15 lines
547 B
Bash
15 lines
547 B
Bash
# Template file for 'python3-yara'
|
|
pkgname=python3-yara
|
|
version=4.0.1
|
|
revision=1
|
|
wrksrc="yara-python-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="yara-devel python3-devel"
|
|
depends="python3"
|
|
short_desc="Python3 interface for YARA"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="http://virustotal.github.io/yara/"
|
|
distfiles="https://github.com/VirusTotal/yara-python/archive/v${version}.tar.gz"
|
|
checksum=1b893f14c0db164ed0bd3e2bf3b2b019ca87d77a1dab268f89d19dbf23c4c6c6
|