2018-01-10 20:54:42 +00:00
|
|
|
# Template file for 'fool'
|
|
|
|
pkgname=fool
|
2018-01-21 08:25:58 +00:00
|
|
|
version=0.2.1
|
2018-01-10 20:54:42 +00:00
|
|
|
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"
|
2018-01-21 08:25:58 +00:00
|
|
|
checksum=6f2a9613861a924728bdb5f16568d9b45689b255db43810d5a61d8bf4bfcbc41
|
2018-01-10 20:54:42 +00:00
|
|
|
nocross=yes
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
cargo build --release ${makejobs}
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin target/release/${pkgname}
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|