void-packages/srcpkgs/fool/template
2018-01-21 09:25:58 +01:00

23 lines
578 B
Bash

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