14 lines
483 B
Bash
14 lines
483 B
Bash
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=1.0.2
|
|
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=91fde12126e29bf8bbd6c4aad9e5b226b96afd289e55a52db3df872dc580a294
|