dysk - Void linux template
Template for VoidLinux
A linux utility to get information on filesystems, like df but better
version : 3.4.0
November 2025
Binaries https://voidrepo.linuxnauta.com/
Developer https://github.com/Canop/dysk
# Template file for 'dysk'
pkgname=dysk
version=3.4.0
revision=1
build_style=cargo
hostmakedepends="git"
makedepends=""
short_desc="Linux utility listing your filesystems."
maintainer="JuanMa <numblinux@gmail.com>"
license="MIT"
homepage="https://github.com/Canop/dysk"
changelog="https://github.com/Canop/dysk/blob/main/CHANGELOG.md"
distfiles="https://github.com/Canop/dysk/archive/refs/tags/v${version}.tar.gz"
checksum=3a1757886313b738d422daf90b89a88033c417aff9e7f579a78c8626920e9d78
post_install() {
vlicense LICENSE
}