20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'r2-bindings'
|
|
pkgname=r2-bindings
|
|
version=1.0.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
wrksrc="radare2-${version}"
|
|
short_desc="Advanced command line debugger and hexadecimal editor (bindings)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="LGPL-3"
|
|
homepage="http://www.radare.org"
|
|
distfiles="${homepage}/get/radare2-bindings-${version}.tar.xz"
|
|
checksum=c65f16ed642993a4da8ad6e4e20b0f9cd4ed4965b7f4891860481eeaec20abc1
|
|
|
|
wrksrc="radare2-bindings-${version}"
|
|
hostmakedepends="pkg-config swig"
|
|
makedepends="valabind python-devel radare2 file-devel"
|
|
pycompile_module="r2"
|
|
depends="radare2>=${version}"
|
|
noverifyrdeps=1
|