14 lines
484 B
Bash
14 lines
484 B
Bash
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=0.10.1
|
|
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=5ac02717786f2ff3b5326927351d5ca38464da89675c8edfb4ded43addb22987
|