LINUXNAUTA

    dysk - Void linux template


    Template for VoidLinux

    A linux utility to get information on filesystems, like df but better

    version 3.1.0

    dysk

    August 2025


    Binaries https://voidrepo.linuxnauta.com/

    Developer https://github.com/Canop/dysk

    template download


    
      
        
    # Template file for 'dysk'
    pkgname=dysk
    version=3.1.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=dbf81a3f22282c6e9b3205b00c6e58e54d85e5ed163b1384076f4eb4aa4f5e0f
    
    post_install() {
    	vlicense LICENSE
    }