aha: Small template cleanup

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-09 22:21:17 -06:00 committed by Helmut Pozimski
parent 9359c5d392
commit 1b17fd2c8f

View file

@ -9,12 +9,3 @@ 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
}