New package: gomatrix-101.0.0

This commit is contained in:
Alex Childs 2019-10-03 15:05:40 -07:00 committed by Helmut Pozimski
parent c3369cff2a
commit 35e757f9a0

17
srcpkgs/gomatrix/template Normal file
View file

@ -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 <misuchiru03+void@gmail.com>"
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
}