15 lines
484 B
Bash
15 lines
484 B
Bash
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=0.10.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-syscapstone"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="capstone-devel"
|
|
short_desc="Advanced command line debugger and hexadecimal editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-3"
|
|
homepage="http://www.radare.org"
|
|
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
|
|
checksum=2a79f719acb848f015b56cfc67d500d3ecf93d5e54c35b3d3f9c6c0b89d348a4
|