# -*- 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.0 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 a051dd7e9223fb280ae3bf3cd593138d76058047 \ sha256 5d99904f24b03f3776825886ca2f14945c064c67bb81e76dc8c4e43c90f15415 \ size 310261 github.tarball_from archive build.pre_args-append \ -ldflags \"-X main.version=${github.tag_prefix}${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }