# -*- 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/caarlos0/svu 3.4.1 v
go.offline_build    no
go.toolchain_min    1.25.3
revision            0

description         Semantic Version Util

long_description    \
    {*}${description} is a tool to manage semantic versions with ease. You \
    can print the current version, increase patch\/minor\/major manually, or \
    just get the next tag based on your git log.

categories          devel
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  4d31b4c66740006d350d86f559c7973698cba33c \
                    sha256  b40fe73b43926051885045cdf72a3882d3b5e4826577532bd95ef15a9313e418 \
                    size    22441

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