# -*- 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 dfd8b68a4796c763e25bad50265ea1f1233e24f1
go.offline_build    no

version             20260211
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  6340a970f7110ed2fc5882be7eb6fab314644bc6 \
                        sha256  6f4df7081d8122c89635eb6946b68d76b38ca4bd948dd3fbb1fc0f3fd08c753c \
                        size    83329

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