From ae47b3ec1ba896725ca9f245da5f9460edea3c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?= =?UTF-8?q?=EF=BD=94=EF=BD=89?= Date: Wed, 9 Mar 2022 01:07:08 -0800 Subject: [PATCH] New package: sigi-3.0.3 --- srcpkgs/sigi/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/sigi/template diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template new file mode 100644 index 000000000000..6ec06f8aac61 --- /dev/null +++ b/srcpkgs/sigi/template @@ -0,0 +1,22 @@ +# Template file for 'sigi' +pkgname=sigi +version=3.0.3 +revision=1 +build_style=cargo +short_desc="Organization tool for people who hate organization" +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=6bb5e0f633d1209cb89e4d4a6c820e9519b5b6ed4d1ed05c989e423b241cf621 + +do_check() { + # CLI tests in the project rely on BATS (more than just bats-core) through + # git submodules. We skip those tests here until the other bats components + # are imported in Void or https://github.com/hiljusti/sigi/issues/19 + SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET} +} + +post_install() { + vman sigi.1 +}