16 lines
439 B
Bash
16 lines
439 B
Bash
# Template file for 'sigi'
|
|
pkgname=sigi
|
|
version=3.6.0
|
|
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=ecbd9b1fd005710a457d003dfb0e678fc747e2d8abff486b27ff16d3341ac35d
|
|
|
|
post_install() {
|
|
vman sigi.1
|
|
}
|