Files

28 lines
876 B
Tcl

# -*- 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
PortGroup makefile 1.0
github.setup gtaubman doneyet 1.1.2 doneyet-
github.tarball_from archive
revision 0
categories office
license MIT
maintainers {judaew @judaew} openmaintainer
description A NCurses based To-Do list manager!
long_description {*}${description}
checksums rmd160 af43f9d1b44c6eee2bbd2b8a02fbebc7f21d9f73 \
sha256 8047481cb88accc638520086da385c165765bac8fae871a879cb2a463dcf9f1a \
size 35597
depends_build port:pkgconfig
depends_lib port:ncurses
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
}