void-packages/srcpkgs/acr/template

17 lines
608 B
Plaintext
Raw Normal View History

2012-12-14 17:29:30 +01:00
# Template file for 'acr'
pkgname=acr
version=0.9.2
2012-12-14 17:29:30 +01:00
revision=1
noarch=yes
build_style=gnu-configure
short_desc="AutoConf Replacement"
maintainer="pancake <pancake@nopcode.org>"
license="GPL-3"
homepage="http://github.com/radare/${pkgname}"
distfiles="https://github.com/radare/${pkgname}/archive/${version}.tar.gz"
checksum=1a0172e2182449e2bddd2fca7ff8d4a5e187f0823ee0245903f27a1cd415b0ac
2012-12-14 17:29:30 +01:00
long_desc="
ACR tries to replace autoconf functionality generating a full-compatible
'configure' script (runtime flags). But using shell-script instead of m4.
This means that ACR is faster, smaller and easy to use."