void-packages/srcpkgs/aha/template

21 lines
498 B
Bash
Raw Normal View History

2015-12-17 17:46:55 +01:00
# Template file for 'aha'
pkgname=aha
2017-03-31 09:34:37 +02:00
version=0.4.10.6
2016-07-14 19:12:11 +02:00
revision=1
2015-12-17 17:46:55 +01:00
build_style=gnu-makefile
2015-12-17 19:15:59 +01:00
short_desc="Converts SGR-colored Input to W3C conform HTML-Code"
2015-12-17 17:46:55 +01: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"
2017-03-31 09:34:37 +02:00
checksum=747e939787dca7a9620869fefc17b60f5e29f0ea3965548d15dc9b2a1f31c3f6
2015-12-17 17:46:55 +01:00
2015-12-17 17:51:04 +01:00
do_configure() {
sed -i 's/gcc/$(CC)/' Makefile
}
2015-12-17 17:46:55 +01:00
do_install() {
vbin aha
vman aha.1
}