20 lines
511 B
Bash
20 lines
511 B
Bash
# Template file for 'aha'
|
|
pkgname=aha
|
|
version=0.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Converts SGR-colored Input to W3C conform HTML-Code"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="LGPL-2.0-or-later, MPL-1.1"
|
|
homepage="https://github.com/theZiz/aha"
|
|
distfiles="https://github.com/theZiz/aha/archive/${version}.tar.gz"
|
|
checksum=6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f
|
|
|
|
do_configure() {
|
|
sed -i 's/gcc/$(CC)/' Makefile
|
|
}
|
|
|
|
do_install() {
|
|
vbin aha
|
|
vman aha.1
|
|
}
|