15 lines
558 B
Bash
15 lines
558 B
Bash
# Template file for 'radare2'
|
|
# cutter needs to be bumped when radare2 is updated
|
|
pkgname=radare2
|
|
version=3.2.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=a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796
|