diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template new file mode 100644 index 0000000000..276cdf88be --- /dev/null +++ b/srcpkgs/python3-boto3/template @@ -0,0 +1,18 @@ +# Template file for 'python3-boto3' +pkgname=python3-boto3 +version=1.12.44 +revision=1 +archs=noarch +wrksrc="boto3-${version}" +build_style=python3-module +depends="python3" +short_desc="Python interface to Amazon Web Services" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/boto/boto3" +distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz" +checksum=1d239fbe961efa2e85c0ec0fb9ad80dba3c70628f4d303dcb6841863d922ba4d + +post_install() { + vlicense LICENSE +}