void-packages/srcpkgs/aha/template

21 lines
496 B
Bash
Raw Normal View History

2015-12-17 16:46:55 +00:00
# Template file for 'aha'
pkgname=aha
2016-10-01 15:26:09 +00:00
version=0.4.10
2016-07-14 17:12:11 +00:00
revision=1
2015-12-17 16:46:55 +00:00
build_style=gnu-makefile
2015-12-17 18:15:59 +00:00
short_desc="Converts SGR-colored Input to W3C conform HTML-Code"
2015-12-17 16:46:55 +00:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2, MPL"
homepage="https://github.com/theZiz/aha"
distfiles="https://github.com/theZiz/aha/archive/$version.tar.gz"
2016-10-01 15:26:09 +00:00
checksum=bbfb55940cbd8c4cbf8eccededf30a9e3861feda2b9c50d76f55d384080641aa
2015-12-17 16:46:55 +00:00
2015-12-17 16:51:04 +00:00
do_configure() {
sed -i 's/gcc/$(CC)/' Makefile
}
2015-12-17 16:46:55 +00:00
do_install() {
vbin aha
vman aha.1
}