17 lines
586 B
Bash
17 lines
586 B
Bash
# Template file for 'radare2'
|
|
# cutter needs to be bumped when radare2 is updated
|
|
pkgname=radare2
|
|
version=3.4.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.org>"
|
|
license="LGPL-3.0-only"
|
|
homepage="http://www.radare.org"
|
|
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
|
checksum=3df1f9a79ef64f9c9205453c735ac5a29ef8e88f336fd16c5bbaa64b1dc0c975
|
|
|
|
disable_parallel_build=yes
|