void-packages/srcpkgs/aha/template
2016-07-15 09:16:55 +02:00

20 lines
495 B
Bash

# Template file for 'aha'
pkgname=aha
version=0.4.9
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=9aefb7d7838e2061672813482d062ac4c32c932f7f8f0928766ba0152fec3d77
do_configure() {
sed -i 's/gcc/$(CC)/' Makefile
}
do_install() {
vbin aha
vman aha.1
}