# -*- 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 811dbc6f908b2b34a41abeee1c39839a611dd701 go.offline_build no version 20240924 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 51d2d17ee1affd2ba3783eb8fea5bf91ca31ea24 \ sha256 82d1fe9da7166fe4c031abe935cfd4890d1f6659f9d55ba8fa0d7385d85357ee \ size 90005 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }