# -*- 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.3.0 v
go.offline_build    no
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  010eeef95279303c27236ff40a66995f02b1c416 \
                    sha256  64d81d3ad15c44deb872be9325e090ee545bed73b12e663b23ef7405e7ef4aeb \
                    size    22075

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