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

github.setup        hpdeifel hledger-iadd 2afeaadbbb29b339b48799ed2bd3112193d64f25
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             1.3.21
revision            0
categories          finance haskell
depends_run         port:hledger

license             BSD-3-Clause
maintainers         {fastmail.com:ivofrolov @ivofrolov} \
                    openmaintainer

description         A terminal UI as drop-in replacement for hledger add
long_description    ${name} improves in the following ways on hledger's add command: \
                    \n \
                    \n* Interactive as-you-type completion for account names and \
                    descriptions with optional fuzzy matching. \
                    \n* Integrated calculator. Amounts can be written as simple sums \
                    with real-time feedback on the result. \
                    \n* All actions while entering a transaction can be undone. \
                    \n* Configurable format for date input. Instead of y/m/d it is \
                    also possible to use other formats like the german d.m.y.

checksums           rmd160  c4da55610880dad37c94d4c2511f786166ec22ee \
                    sha256  7908e7122d9e65ce8a62c13eea3187040c8c9a341f8a350baa9c8169d3512b73 \
                    size    73488

installs_libs       no

patchfiles          stack.yaml.diff
