dysk - Void linux template
Template for VoidLinux
A linux utility to get information on filesystems, like df but better
version : 3.5.0
November 2025
Binaries https://voidrepo.linuxnauta.com/
Developer https://github.com/Canop/dysk
# Template file for 'dysk'
pkgname=dysk
version=3.5.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=1d23fa2bf4572e6a46306972237c0bb260b402989710e9dd0c203982a62ce6c3
post_install() {
vlicense LICENSE
}