# -*- 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.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  0aa19be2188749a9af4e6c5bbc37f16a24fea12a \
                    sha256  7448fafc958551e06ad7c8bb2eddc5db9bd5d7335a7d5c80750193b68b6f78bd \
                    size    22447

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