void-packages/srcpkgs/fool/template

23 lines
578 B
Bash
Raw Normal View History

# Template file for 'fool'
pkgname=fool
version=0.1.2
revision=1
hostmakedepends="cargo"
makedepends="ncurses-devel"
short_desc="A powerful git terminal interface which focuses on usability"
maintainer="Wilson Birney <wpb@360scada.com>"
license="MIT"
homepage="https://github.com/spacekookie/fool"
distfiles="https://github.com/spacekookie/fool/archive/v${version}.tar.gz"
checksum=e86a2969eaf486efc27aec5546b7bd9e9219e1f2ac6987b904ea5b1e66b378c3
nocross=yes
do_build() {
cargo build --release ${makejobs}
}
do_install() {
vbin target/release/${pkgname}
vlicense LICENSE
}