New package: python3-virustotal-api-1.1.10

This commit is contained in:
Andrew Benson 2019-06-18 10:10:30 -05:00 committed by Juan RP
parent 2359a63770
commit 09e3844e19

View file

@ -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 <abenson+void@gmail.com>"
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
}