16 lines
534 B
Bash
16 lines
534 B
Bash
# Template file for 'dutree'
|
|
pkgname=dutree
|
|
version=0.2.16
|
|
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=288e52f897785a03cae48eac581faf7d3743d36152f152ba25b8847528bf0a5f
|
|
|
|
pre_build() {
|
|
# default version too old for ppc musl systems
|
|
cargo update --package libc --precise 0.2.66
|
|
}
|