void-packages/srcpkgs/acr/template
Juan RP 1cc09d691b Revert "Update acr to 0.9.8"
This reverts commit 15ddab18c4.

Tarball not available nor git tag, unbreak the autobuilds for now.
2013-12-22 08:42:47 +01:00

22 lines
662 B
Text

# Template file for 'acr'
pkgname=acr
version=0.9.6
revision=1
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=ad5ebef15c835e86f6bd6479633ec94a34d0b57dfc684c36a42cba4d655ef407
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."
acr_package() {
noarch="yes"
pkg_install() {
vmove usr
}
}