# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup casey edmv 0.1.0 github.tarball_from releases categories sysutils python platforms darwin license permissive maintainers rodarmor.com:casey description Batch rename files with your favorite editor long_description edmv allows you to interactively rename files with the \ editor of your choice. checksums rmd160 ceefdd6db98ecb69a612d368de3f8d6577e1e066 \ sha256 8fbe7efc519f291f936aa001f3960dec56b6149c8fed06402a504ae993d1ce31 python.default_version 35 homepage https://github.com/casey/edmv supported_archs noarch use_configure no build {} post-patch { reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python3.5|" ${worksrcpath}/edmv } destroot { xinstall -m 0755 ${worksrcpath}/edmv ${destroot}${prefix}/bin }