diff --git a/srcpkgs/dutree/template b/srcpkgs/dutree/template index 8c0d1bb2c9a..bef81a6fc27 100644 --- a/srcpkgs/dutree/template +++ b/srcpkgs/dutree/template @@ -1,22 +1,11 @@ # Template file for 'dutree' pkgname=dutree version=0.2.9 -revision=1 -hostmakedepends="cargo" +revision=2 +build_style=cargo short_desc="Tool to analyze file system usage written in Rust" maintainer="cr6git " license="GPL-3.0-or-later" homepage="https://github.com/nachoparker/dutree" distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz" checksum=38e621e813b6d3ee37bf765ac68b98e77bdf7fc58b8b788d54153bd929c1fda1 - -nocross="https://travis-ci.org/void-linux/void-packages/jobs/400535389#L905 - https://travis-ci.org/void-linux/void-packages/jobs/400535390#L905" - -do_build() { - cargo build --release ${makejobs} -} - -do_install() { - vbin target/release/dutree -}