From 1a3da5f1cbbaa5c97a7112b9ebf64b8937651b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= Date: Wed, 31 Mar 2021 00:51:03 -0700 Subject: [PATCH] New package: sigi-3.0.0 --- srcpkgs/sigi/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/sigi/template diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template new file mode 100644 index 000000000000..5bba2ce98235 --- /dev/null +++ b/srcpkgs/sigi/template @@ -0,0 +1,15 @@ +# Template file for 'sigi' +pkgname=sigi +version=3.0.0 +revision=1 +build_style=cargo +short_desc="Organization tool suitable for your to-do lists or notes" +maintainer="J.R. Hill " +license="GPL-2.0-only" +homepage="https://crates.io/crates/sigi" +distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz" +checksum=0f0b35c1d21492eff7b90bee47651293b11a48dba86780586082ae686af9a9ba + +post_install() { + vman sigi.1 +}