mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: dutree-0.2.8 (#567)
This commit is contained in:
parent
e591b091c7
commit
379376038b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/dutree/template
Normal file
22
srcpkgs/dutree/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'dutree'
|
||||
pkgname=dutree
|
||||
version=0.2.8
|
||||
revision=1
|
||||
hostmakedepends="cargo"
|
||||
short_desc="Tool to analyze file system usage written in Rust"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/nachoparker/dutree"
|
||||
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
|
||||
checksum=e262b6a26447ed759d80c5130ec9205b9b1cd2d1df6970b5bee0a113bce6f81c
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin target/release/dutree
|
||||
}
|
Loading…
Add table
Reference in a new issue