From 877f04928bd96cb42282e3a252f1ae393aa19fbf Mon Sep 17 00:00:00 2001 From: Maeve Sproule Date: Sun, 31 Jul 2022 15:04:58 -0600 Subject: [PATCH] New package: gurk-0.2.4 --- srcpkgs/gurk/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gurk/template diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template new file mode 100644 index 000000000000..67ed3bcf6d02 --- /dev/null +++ b/srcpkgs/gurk/template @@ -0,0 +1,17 @@ +# Template file for 'gurk' +pkgname=gurk +version=0.2.4 +revision=1 +wrksrc="gurk-rs-${version}" +build_style=cargo +short_desc="Signal Messenger client for terminal" +maintainer="Maeve Sproule " +license="AGPL-3.0-only" +homepage="https://github.com/boxdot/gurk-rs" +changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md" +distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz" +checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca + +post_install() { + vlicense LICENSE-AGPL-3.0 +}