14 lines
484 B
Bash
14 lines
484 B
Bash
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=0.10.6
|
|
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=8e887526b22bdf7839fe10779c8da11d6156a5999382c2fa7bf6791a3f6a9d45
|