From 03c246ec44e33ebc90312d6502dc667fb6673189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 13 Jun 2023 11:11:36 +0100 Subject: [PATCH] New package: gomuks-0.3.0 --- srcpkgs/gomuks/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/gomuks/template diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template new file mode 100644 index 000000000000..93030c00c637 --- /dev/null +++ b/srcpkgs/gomuks/template @@ -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 " +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= + +post_install() { + vlicense LICENSE +}