16 lines
439 B
Bash
16 lines
439 B
Bash
# Template file for 'sigi'
|
|
pkgname=sigi
|
|
version=3.7.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Organization tool for people who hate organization"
|
|
maintainer="J.R. Hill <hiljusti@so.dang.cool>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/sigi-cli/sigi"
|
|
distfiles="https://static.crates.io/crates/sigi/sigi-${version}.crate"
|
|
checksum=9fb629fd2e4644a8e4f173d73c45efad005afe23dd0dbfb0d51dec2f539a28e4
|
|
|
|
post_install() {
|
|
vman sigi.1
|
|
}
|