void-packages/srcpkgs/aha/template
2017-03-31 09:34:46 +02:00

21 lines
498 B
Bash

# Template file for 'aha'
pkgname=aha
version=0.4.10.6
revision=1
build_style=gnu-makefile
short_desc="Converts SGR-colored Input to W3C conform HTML-Code"
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"
checksum=747e939787dca7a9620869fefc17b60f5e29f0ea3965548d15dc9b2a1f31c3f6
do_configure() {
sed -i 's/gcc/$(CC)/' Makefile
}
do_install() {
vbin aha
vman aha.1
}