From 042d344e9eb8691f8669a03e40e4524364e3b770 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Thu, 9 Jan 2020 01:16:07 -0800 Subject: [PATCH] New package: uni-1.0.0 --- srcpkgs/uni/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/uni/template diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template new file mode 100644 index 00000000000..d7d47be7831 --- /dev/null +++ b/srcpkgs/uni/template @@ -0,0 +1,16 @@ +# Template file for 'uni' +pkgname=uni +version=1.0.0 +revision=1 +build_style=go +go_import_path=arp242.net/uni +short_desc="Query the Unicode database from the commandline" +maintainer="klardotsh " +license="MIT" +homepage="https://github.com/arp242/uni" +distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz" +checksum=04edf69aca7b086328fa1a7bd8e06617ba074eaec041eda6bdad7a1ba0a00dee + +post_install() { + vlicense LICENSE +}