# -*- 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 python 1.0 PortGroup github 1.0 github.setup hartwork git-delete-merged-branches 7.4.1 revision 0 name py-git-delete-merged-branches categories-append devel license GPL-3 maintainers {i0ntempest @i0ntempest} openmaintainer description Command-line tool to delete merged Git branches long_description {*}${description} supported_archs noarch platforms {darwin any} checksums rmd160 3a9d4cc53d7321eb40cdaaceece2a810d078b663 \ sha256 9bef09b9beb7acdfb725536202019561ee0ef7a362e2a52c591a7f4bd15ebd0d \ size 37365 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-prompt_toolkit \ port:py${python.version}-colorama \ port:py${python.version}-wcwidth post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir} } }