From ccb8468278157ac26bdec27f20c3c13c671d91fa 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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/gurk/template diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template new file mode 100644 index 000000000000..ac4e70f1c21a --- /dev/null +++ b/srcpkgs/gurk/template @@ -0,0 +1,18 @@ +# Template file for 'gurk' +pkgname=gurk +version=0.2.4 +revision=1 +wrksrc="gurk-rs-${version}" +build_style=cargo +hostmakedepends="protobuf" +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 +}