void-packages/srcpkgs/acr/template
2013-12-22 00:01:07 +01:00

22 lines
662 B
Text

# Template file for 'acr'
pkgname=acr
version=0.9.8
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=51f0859e56d4f5322f094765412ec298b4ec9cc62a4c4d7971f378fdf499a31c
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
}
}