void-packages/srcpkgs/aha/template
2016-10-01 17:39:31 +02:00

21 lines
496 B
Bash

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