mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: diskus-0.3.1.
This commit is contained in:
parent
e27fde981f
commit
e278c519a5
1 changed files with 15 additions and 0 deletions
15
srcpkgs/diskus/template
Normal file
15
srcpkgs/diskus/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'diskus'
|
||||||
|
pkgname=diskus
|
||||||
|
version=0.3.1
|
||||||
|
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=761b25ff408618c5a9b0325615ee304f76233f73e42461a7d82b20a464401ef4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue