# Template file for 'awsume' pkgname=awsume version=4.5.5 revision=1 build_style=python3-module hostmakedepends="python3 python3-setuptools" makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python3-dateutil" depends="${makedepends}" checkdepends="${makedepends} python3-pytest" short_desc="Utility for easily assuming AWS IAM roles from the command line" maintainer="Leah Neukirchen " license="MIT" homepage="https://awsu.me/" changelog="https://awsu.me/changelog.html" distfiles="https://github.com/trek10inc/awsume/archive/${version}.tar.gz" checksum=33946d1dbd62394024b1d11c09aeb1eb566981b99e0d8eed5255b948e74ccebc post_install() { rm ${DESTDIR}/usr/bin/awsume.* vlicense LICENSE }