void-packages/srcpkgs/aha/template
2015-12-17 19:15:59 +01:00

21 lines
495 B
Bash

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