From 98ccf59960312fbe38f09d209b6195f082e1066b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 13 Jan 2020 23:14:57 +0100 Subject: [PATCH] New package: hexd-1.0.0 --- srcpkgs/hexd/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/hexd/template diff --git a/srcpkgs/hexd/template b/srcpkgs/hexd/template new file mode 100644 index 00000000000..5176417f9b9 --- /dev/null +++ b/srcpkgs/hexd/template @@ -0,0 +1,15 @@ +# Template file for 'hexd' +pkgname=hexd +version=1.0.0 +revision=1 +build_style=gnu-makefile +short_desc="Colourful visualization tool for binary files" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/FireyFly/hexd" +distfiles="https://github.com/FireyFly/hexd/archive/v${version}.tar.gz" +checksum=85f1c284007cfa82f67d4175ebbe103ec10932f197209e5912a24487eddb1eba + +post_install() { + vlicense LICENSE +}