From 855288afd68300f8accdb8596f34eef2d4851ce6 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Thu, 3 Oct 2019 15:05:40 -0700 Subject: [PATCH] New package: gomatrix-101.0.0 --- srcpkgs/gomatrix/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gomatrix/template diff --git a/srcpkgs/gomatrix/template b/srcpkgs/gomatrix/template new file mode 100644 index 00000000000..fae7a4343ed --- /dev/null +++ b/srcpkgs/gomatrix/template @@ -0,0 +1,17 @@ +# Template file for 'gomatrix' +pkgname=gomatrix +version=101.0.0 +revision=1 +build_style=go +go_import_path=github.com/GeertJohan/gomatrix +hostmakedepends="git" +short_desc="Terminal Matrix display in golang" +maintainer="Alex Childs " +license="BSD-2-Clause" +homepage="https://github.com/GeertJohan/gomatrix" +distfiles="https://github.com/GeertJohan/gomatrix/archive/v${version}.tar.gz" +checksum=4d71d2509ac84f2340537d5e6f0eb9810b4173706f13cd6fe5e5e8ee5a69a50c + +post_install() { + vlicense LICENSE +}