15 lines
458 B
Bash
15 lines
458 B
Bash
# Template file for 'ired'
|
|
pkgname=ired
|
|
version=0.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Interactive raw editor (minimalist radare)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://www.radare.org"
|
|
distfiles="https://github.com/radare/ired/archive/${version}.tar.gz"
|
|
checksum=c15d37b96b1a25c44435d824bd7ef1f9aea9dc191be14c78b689d3156312d58a
|
|
|
|
post_extract() {
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
|
}
|