15 lines
441 B
Bash
15 lines
441 B
Bash
# Template file for 'diskus'
|
|
pkgname=diskus
|
|
version=0.4.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=e465dc9d4304c835108be522852dc3aea27f0233167433408a8d26f423c4d6ee
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|