2018-11-03 09:47:59 +01:00
|
|
|
# Template file for 'diskus'
|
|
|
|
pkgname=diskus
|
2018-11-25 22:08:58 +01:00
|
|
|
version=0.5.0
|
2018-11-03 09:47:59 +01:00
|
|
|
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"
|
2018-11-25 22:08:58 +01:00
|
|
|
checksum=90d785f3f24899a6adcc497846f29112812a887c8042d0657d6b258d5a5352bc
|
2018-11-03 09:47:59 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE-MIT
|
|
|
|
}
|