# -*- 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.2 # Change github.tarball_from to 'releases' or 'archive' next update github.tarball_from tarball 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 ab6bf83970759ed8d7ae10f26778448e85887700 \ sha256 591e9724e4b553d4181d69fbbaf3ae04152357b1acd5e560f70c0c6129e5cfb9 \ size 37410 python.versions 39 310 311 312 313 python.link_binaries_suffix if {${name} ne ${subport}} { 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} } }