From e0c6719eb03be68ec14881a33ac0e51100e4b1fa Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 17 Dec 2015 17:46:55 +0100 Subject: [PATCH] New package: aha-0.4.8 --- srcpkgs/aha/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/aha/template diff --git a/srcpkgs/aha/template b/srcpkgs/aha/template new file mode 100644 index 00000000000..4fd1bf0ab6e --- /dev/null +++ b/srcpkgs/aha/template @@ -0,0 +1,16 @@ +# Template file for 'aha' +pkgname=aha +version=0.4.8 +revision=1 +build_style=gnu-makefile +short_desc="Ansi HTML Adapter" +maintainer="Enno Boland " +license="LGPL-2, MPL" +homepage="https://github.com/theZiz/aha" +distfiles="https://github.com/theZiz/aha/archive/$version.tar.gz" +checksum=a1ebbbd5ebc37ccca74dc5f894e3066157e9e77fcdf158bf5587215b8968049c + +do_install() { + vbin aha + vman aha.1 +}