diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template new file mode 100644 index 00000000000..fe38c1dc819 --- /dev/null +++ b/srcpkgs/python3-virustotal-api/template @@ -0,0 +1,20 @@ +# Template file for 'python3-virustotal-api' +pkgname=python3-virustotal-api +version=1.1.10 +revision=1 +archs=noarch +wrksrc="virustotal-api-${version}" +build_style=python3-module +pycompile_module="virus_total_apis" +hostmakedepends="python3-setuptools" +depends="python3-requests" +short_desc="Virus Total Public/Private/Intel API " +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/blacktop/virustotal-api" +distfiles="${PYPI_SITE}/v/virustotal-api/virustotal-api-${version}.tar.gz" +checksum=7705881533852e3d22f45a3e8f266c14f153aee79a6768cec36ff88dd5b625f8 + +post_install() { + vlicense LICENSE +}