New package: ired 0.4
This commit is contained in:
parent
ef81b2c145
commit
af2d1136ec
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ired/template
Normal file
19
srcpkgs/ired/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'ired'
|
||||||
|
pkgname=ired
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
build_style=makefile
|
||||||
|
short_desc="interactive raw editor (minimalist radare)"
|
||||||
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
homepage="http://www.radare.org"
|
||||||
|
license="LGPL"
|
||||||
|
distfiles="http://www.radare.org/get/${pkgname}-$version.tar.gz"
|
||||||
|
checksum=b58e8d938abfe33182bf5be4d48fc83eb4c2ae5628bac23179b829c3a80fca73
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make install DESTDIR=${DESTDIR} PREFIX=/usr
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue