16 lines
534 B
Bash
16 lines
534 B
Bash
# Template file for 'dutree'
|
|
pkgname=dutree
|
|
version=0.2.15
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Tool to analyze file system usage written in Rust"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/nachoparker/dutree"
|
|
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
|
|
checksum=8f5caa4f8e1d261ec3274218196e89319507bf866de6f658829f6a03be58ea83
|
|
|
|
pre_build() {
|
|
# default version too old for ppc musl systems
|
|
cargo update --package libc --precise 0.2.66
|
|
}
|