vp-build/srcpkgs/sigi/template

16 lines
460 B
Bash

# Template file for 'sigi'
pkgname=sigi
version=3.4.3
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/hiljusti/sigi"
distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
checksum=a1a363a3379d53fbc5146f1f4f231c781aa56116548a00ee4af9acfcf7c93084
post_install() {
vman sigi.1
}