void-packages/srcpkgs/python3-virustotal-api/template

21 lines
635 B
Bash

# 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
}