# -*- 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 github 1.0 epoch 1 github.setup MestreLion git-tools 2025.08 v github.tarball_from archive revision 0 checksums rmd160 6ffd1c725dc0959bef0115abeb3888e8349ed3c9 \ sha256 65eb05f2959861d16e60d132b2175169e6e1aec840ab6e4bae556c6d08a199a7 \ size 39070 maintainers {@telotortium gmail.com:rirelan} openmaintainer platforms any categories devel supported_archs noarch description Assorted git-related scripts and tools, including git-restore-mtime long_description {*}${description} -- \ Included tools: git-branches-rename, git-clone-subset, \ git-find-uncommitted-repos, git-rebase-theirs, \ git-restore-mtime, git-strip-merge license GPL-3 use_configure no build {} destroot { xinstall -m 0444 {*}[glob ${worksrcpath}/man1/*.1] ${destroot}${prefix}/share/man/man1 xinstall -m 0755 {*}[glob ${worksrcpath}/git-*] ${destroot}${prefix}/bin }