From b505d8198c25a84614ff53ac62681f060ecfbf74 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 13 Jan 2020 23:14:55 +0100 Subject: [PATCH] New package: pixd-1.0.0 --- srcpkgs/pixd/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/pixd/template diff --git a/srcpkgs/pixd/template b/srcpkgs/pixd/template new file mode 100644 index 00000000000000..dc32582297b7bc --- /dev/null +++ b/srcpkgs/pixd/template @@ -0,0 +1,15 @@ +# Template file for 'pixd' +pkgname=pixd +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/pixd" +distfiles="https://github.com/FireyFly/pixd/archive/v${version}.tar.gz" +checksum=011440a8d191e40a572910b0ce7a094e9b4ee75cf972abc6d30674348edf4158 + +post_install() { + vlicense LICENSE +}