15 lines
441 B
Bash
15 lines
441 B
Bash
# Template file for 'diskus'
|
|
pkgname=diskus
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="A minimal, fast alternative to du -sh"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/sharkdp/diskus"
|
|
distfiles="https://github.com/sharkdp/diskus/archive/v${version}.tar.gz"
|
|
checksum=90d785f3f24899a6adcc497846f29112812a887c8042d0657d6b258d5a5352bc
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|