From dc8040f922b973b185b8d0bc34a400f3b00171d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Thu, 23 Apr 2020 03:23:49 +0200 Subject: [PATCH] New package: hxl-1.0 --- srcpkgs/hxl/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/hxl/template 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 +}