diff --git a/srcpkgs/fool/template b/srcpkgs/fool/template index d8e79b5a233..43e26ed3f73 100644 --- a/srcpkgs/fool/template +++ b/srcpkgs/fool/template @@ -1,8 +1,8 @@ # Template file for 'fool' pkgname=fool version=0.2.1 -revision=2 -hostmakedepends="cargo" +revision=3 +build_style=cargo makedepends="ncurses-devel" short_desc="A powerful git terminal interface which focuses on usability" maintainer="Wilson Birney " @@ -10,13 +10,7 @@ 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} +post_install() { vlicense LICENSE }