# -*- 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: Portfile 93991 2012-06-06 14:55:10Z snc@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup ginatrapani todo.txt-cli 2.9 v name todotxt categories office license GPL maintainers snc openmaintainer supported_archs noarch description Simple, extensible shell script to manage your todo file. long_description A simple and extensible shell script for managing your \ todo.txt file. platforms darwin checksums rmd160 9b0a2cceca031f2f9c5e8615c280593befdf03c2 \ sha256 15289aa2edab7a3d59b4c1d296d43fd5d692b5d4545af9fa695fa809c5c6f6cc use_configure no build {} destroot { xinstall -m 755 ${worksrcpath}/todo.sh ${destroot}${prefix}/bin/$name xinstall -m 644 ${worksrcpath}/todo.cfg ${destroot}${prefix}/etc/todo.cfg-dist } notes " You will need to copy and then edit the default configuration\ (${prefix}/etc/todo.cfg-dist) in your home directory. "