New package: radare2-git (requested by pancake).
This commit is contained in:
parent
cfbb190219
commit
2c6ecf0fbc
21
srcpkgs/radare2-git/template
Normal file
21
srcpkgs/radare2-git/template
Normal file
@ -0,0 +1,21 @@
|
||||
# Template file for 'radare2-git'
|
||||
#
|
||||
# Do not create a -devel pkg; it's a full pkg explicitly.
|
||||
pkgname=radare2-git
|
||||
version=20140918
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="git"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
|
||||
provides="radare2-${version}_${revision}"
|
||||
replaces="radare2>=0 radare2-devel>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/radare/radare2"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user