15 lines
548 B
Bash
15 lines
548 B
Bash
# Template file for 'python3-yara'
|
|
pkgname=python3-yara
|
|
version=3.10.0
|
|
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=14ae284b3963eaaea280895647cce9860e3c97d747edb5b9269c78710ee21c2b
|