New package: fool-0.1.2

Closes: #10673 [via git-merge-pr]
This commit is contained in:
Wilson Birney 2018-01-10 15:54:42 -05:00 committed by Jürgen Buchmüller
parent 6c1deab42a
commit e77b15a0f0
1 changed files with 22 additions and 0 deletions

22
srcpkgs/fool/template Normal file
View File

@ -0,0 +1,22 @@
# 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
}