New package: awsume-4.4.1
This commit is contained in:
parent
c06594e855
commit
502aa86833
2 changed files with 21 additions and 0 deletions
20
srcpkgs/awsume/template
Normal file
20
srcpkgs/awsume/template
Normal file
|
@ -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 <leah@vuxu.org>"
|
||||
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
|
||||
}
|
1
srcpkgs/awsume/update
Normal file
1
srcpkgs/awsume/update
Normal file
|
@ -0,0 +1 @@
|
|||
ignore='*a*'
|
Loading…
Reference in a new issue