void-packages/srcpkgs/fool/template

23 lines
578 B
Bash

# Template file for 'fool'
pkgname=fool
version=0.2.1
revision=2
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=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
nocross=yes
do_build() {
cargo build --release ${makejobs}
}
do_install() {
vbin target/release/${pkgname}
vlicense LICENSE
}