diff --git a/srcpkgs/fool/template b/srcpkgs/fool/template new file mode 100644 index 00000000000..a478a4a829f --- /dev/null +++ b/srcpkgs/fool/template @@ -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 " +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 +}