mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
8a02741726
commit
bb0accd137
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'duf'
|
# Template file for 'duf'
|
||||||
pkgname=duf
|
pkgname=duf
|
||||||
version=0.6.0
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_ldflags="-X main.Version=$version"
|
||||||
go_import_path="github.com/muesli/duf"
|
go_import_path="github.com/muesli/duf"
|
||||||
short_desc="Disk Usage/Free Utility"
|
short_desc="Disk Usage/Free Utility"
|
||||||
maintainer="Paper <paper@tilde.institute>"
|
maintainer="Paper <paper@tilde.institute>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/muesli/duf/"
|
homepage="https://github.com/muesli/duf/"
|
||||||
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
||||||
checksum=238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491
|
checksum=f2314d8e5e133a6ce93968b3450c1710a3e432cb4a5dfc528aa0317d968a8988
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue