16 lines
439 B
Bash
16 lines
439 B
Bash
# Template file for 'diskus'
|
|
pkgname=diskus
|
|
version=0.7.0
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="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=64b1b2e397ef4de81ea20274f98ec418b0fe19b025860e33beaba5494d3b8bd1
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|