New package: gomatrix-101.0.0
This commit is contained in:
parent
c3369cff2a
commit
35e757f9a0
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue