# -*- 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/lindell/multi-gitter 0.53.1 v
go.offline_build    no
revision            0

description         A CLI to update multiple Git repositories in bulk

long_description    {*}${description}. ${name} allows you to make changes in \
                    multiple repositories simultaneously. This is achieved by \
                    running a script or program in the context of multiple \
                    repositories. If any changes are made, a pull request is \
                    created that can be merged manually by the set reviewers, \
                    or automatically by multi-gitter when CI pipelines has \
                    completed successfully.

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

checksums           rmd160  e72822df8301857153141ee5478e4556d82819a0 \
                    sha256  15dc92cd2b2d5e0e6145cdd65bf49eed33eb894ca9f028e862bd8b9d86fee7d8 \
                    size    310396

build.pre_args-append \
                    -ldflags \"-X main.version=${github.tag_prefix}${version}\"

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