20 lines
692 B
Bash
20 lines
692 B
Bash
# Template file for 'awsume'
|
|
pkgname=awsume
|
|
version=4.5.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
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=19cdaa043519b88fe9a0cb8546ac55bedddb2a580c6d6f6d52bec35174cc2eae
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/bin/awsume.*
|
|
vlicense LICENSE
|
|
}
|