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