# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           golang 1.0

go.setup            github.com/packwiz/packwiz 52b123018f9e19b49703f76e78ad415642acf5c5
go.offline_build    no

version             20251124
maintainers         {johnlindop.com:git @JLindop} openmaintainer
revision            0

description         Command line tool for creating Minecraft modpacks

long_description    packwiz is a command line tool for creating Minecraft modpacks. \
                    Instead of managing JAR files directly, packwiz creates TOML files \
                    that can be easily version-controlled and shared with git. You can then \
                    export to a CurseForge or Modrinth modpack.

categories          games
license             MIT

checksums           ${distname}${extract.suffix} \
                        rmd160  9bc23bdd6b604cf52aea12538ac1c686ea5004e1 \
                        sha256  f800ae8301ed894c80e9b0eb55994791857e5490a27e43828a773afd7c1b6afa \
                        size    76913

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
