diff --git a/srcpkgs/hxl/template b/srcpkgs/hxl/template new file mode 100644 index 00000000000..b6ac00449a1 --- /dev/null +++ b/srcpkgs/hxl/template @@ -0,0 +1,16 @@ +# Template file for 'hxl' +pkgname=hxl +version=1.0 +revision=1 +build_style=gnu-makefile +make_install_args="MANPREFIX=/usr/share/man" +short_desc="Simple hex viewer with colour coding" +maintainer="Daniel Eyßer " +license="BSD-2-Clause" +homepage="https://github.com/sjmulder/hxl" +distfiles="https://github.com/sjmulder/hxl/archive/${version}.tar.gz" +checksum=819bfa6a3754ed3ddba7190656d12692a27d90c32c6fc5d13546f70563aa054b + +post_install() { + vlicense LICENSE.md +}