From 502aa868332906297d80de9544dba0851850502a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 23 Apr 2020 16:56:53 +0200 Subject: [PATCH] New package: awsume-4.4.1 --- srcpkgs/awsume/template | 20 ++++++++++++++++++++ srcpkgs/awsume/update | 1 + 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/awsume/template create mode 100644 srcpkgs/awsume/update diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template new file mode 100644 index 00000000000..0f6c21d60d1 --- /dev/null +++ b/srcpkgs/awsume/template @@ -0,0 +1,20 @@ +# Template file for 'awsume' +pkgname=awsume +version=4.4.1 +revision=1 +archs=noarch +build_style=python3-module +makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage + python3-pluggy python3-psutil python3-xmltodict python3-yaml" +depends="$makedepends" +short_desc="Utility for easily assuming AWS IAM roles from the command line" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://awsu.me/" +distfiles="https://github.com/trek10inc/awsume/archive/${version}.tar.gz" +checksum=66d698b4716a1dc7c927778a8fe124a6ac2d99334aff2be5dac6b13598b4e08f + +post_install() { + rm ${DESTDIR}/usr/bin/awsume.* + vlicense LICENSE +} diff --git a/srcpkgs/awsume/update b/srcpkgs/awsume/update new file mode 100644 index 00000000000..03e9993e6ba --- /dev/null +++ b/srcpkgs/awsume/update @@ -0,0 +1 @@ +ignore='*a*'