From 9381a954a73bbbd838652797080c791b8cde7a47 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/gurk/template diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template new file mode 100644 index 000000000000..6f523c886976 --- /dev/null +++ b/srcpkgs/gurk/template @@ -0,0 +1,16 @@ +# 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" +distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz" +checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca + +post_install() { + vlicense LICENSE-AGPL-3.0 +}