# Template file for 'aha' pkgname=aha version=0.4.10.3 revision=1 build_style=gnu-makefile short_desc="Converts SGR-colored Input to W3C conform HTML-Code" maintainer="Enno Boland " license="LGPL-2, MPL" homepage="https://github.com/theZiz/aha" distfiles="https://github.com/theZiz/aha/archive/$version.tar.gz" checksum=135e18a6bd4568fc9e58a02dbd8b18a31a8bf598bdeaf24795d7d2492c4ad5be do_configure() { sed -i 's/gcc/$(CC)/' Makefile } do_install() { vbin aha vman aha.1 }