18 lines
522 B
Bash
18 lines
522 B
Bash
# 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
|
|
}
|