2015-12-17 17:46:55 +01:00
|
|
|
# Template file for 'aha'
|
|
|
|
pkgname=aha
|
2016-07-14 19:12:11 +02:00
|
|
|
version=0.4.9
|
|
|
|
revision=1
|
2015-12-17 17:46:55 +01:00
|
|
|
build_style=gnu-makefile
|
2015-12-17 19:15:59 +01:00
|
|
|
short_desc="Converts SGR-colored Input to W3C conform HTML-Code"
|
2015-12-17 17:46:55 +01:00
|
|
|
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"
|
2016-07-14 19:12:11 +02:00
|
|
|
checksum=9aefb7d7838e2061672813482d062ac4c32c932f7f8f0928766ba0152fec3d77
|
2015-12-17 17:46:55 +01:00
|
|
|
|
2015-12-17 17:51:04 +01:00
|
|
|
do_configure() {
|
|
|
|
sed -i 's/gcc/$(CC)/' Makefile
|
|
|
|
}
|
|
|
|
|
2015-12-17 17:46:55 +01:00
|
|
|
do_install() {
|
|
|
|
vbin aha
|
|
|
|
vman aha.1
|
|
|
|
}
|