diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template new file mode 100644 index 00000000000..c4871a0cb2c --- /dev/null +++ b/srcpkgs/python3-pkginfo/template @@ -0,0 +1,17 @@ +# Template file for 'python3-pkginfo' +pkgname=python3-pkginfo +version=1.5.0.1 +revision=1 +wrksrc=pkginfo-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Query metadatdata from sdists / bdists / installed packages" +maintainer="Anjandev Momi " +license="MIT" +homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk" +distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz" +checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb + +post_install() { + vlicense LICENSE.txt +}