void-packages/srcpkgs/diskus/template
2019-09-25 11:59:46 +02:00

15 lines
439 B
Bash

# Template file for 'diskus'
pkgname=diskus
version=0.6.0
revision=1
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=661687edefa3218833677660a38ccd4e2a3c45c4a66055c5bfa4667358b97500
post_install() {
vlicense LICENSE-MIT
}