New package: gomuks-0.3.0

This commit is contained in:
André Cerqueira 2023-06-13 11:11:36 +01:00 committed by Piraty
parent b7c47ac2c0
commit 339bf455b1

18
srcpkgs/gomuks/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'gomuks'
pkgname=gomuks
version=0.3.0
revision=1
build_style=go
go_import_path="maunium.net/go/gomuks"
makedepends="olm-devel"
short_desc="Terminal Matrix client"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="AGPL-3.0-or-later"
homepage="https://maunium.net/go/gomuks/"
changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
post_install() {
vlicense LICENSE
}