void-packages/srcpkgs/awsume/template

22 lines
775 B
Bash

# Template file for 'awsume'
pkgname=awsume
version=4.5.4
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 python-dateutil"
depends="${makedepends}"
checkdepends="${makedepends} python3-pytest"
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/"
changelog="https://awsu.me/changelog.html"
distfiles="https://github.com/trek10inc/awsume/archive/${version}.tar.gz"
checksum=a8a6b8d6865aa4f3f8dbf0503dcbf81c761c44b21013f257cf992cb1bb5a4220
post_install() {
rm ${DESTDIR}/usr/bin/awsume.*
vlicense LICENSE
}