19 lines
587 B
Bash
19 lines
587 B
Bash
# Template file for 'python3-virustotal-api'
|
|
pkgname=python3-virustotal-api
|
|
version=1.1.11
|
|
revision=6
|
|
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=9f1d783a848e928a78aa168372645c6899cbbd6b888951e1d6335e5b87de1c3d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|