# -*- 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           python 1.0

github.setup        tazzben LedgerScheduler 1.0
categories          office
platforms           {darwin any}
maintainers         {unomaha.edu:bosmith @tazzben}
license             MIT
supported_archs     noarch

description         Tool to auto populate Ledger with enteries when the time comes

long_description    This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.

github.tarball_from downloads
extract.mkdir       yes

checksums           rmd160  c4058e4585ca2be8155f968de130858c70836301 \
                    sha256  d463af658812d88d021f7b8330909518ad35d1d3cbb2dd3cdf0c1212aad2c388

python.default_version     27

depends_build       port:py${python.version}-setuptools
depends_lib-append  port:py${python.version}-dateutil

livecheck.type      regex
livecheck.url       ${github.homepage}/downloads
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}