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

go.setup            github.com/climech/grit 0.3.0 v
go.offline_build    no
github.tarball_from archive
revision            1

description         A multitree-based personal task manager

long_description    Grit is an experimental personal task manager that \
                    represents tasks as nodes of a multitree, a class of \
                    directed acyclic graphs. The structure enables the \
                    subdivision of tasks, and supports short-term as well as \
                    long-term planning.

checksums           rmd160  12ccfa42f983447475aaead4742854e395c26ea6 \
                    sha256  6c6ef08ba01c080e0d7fc3dd7fdaf1c8662dad6456da22ef453e2963c44bab01 \
                    size    494717

categories          office
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
license             MIT
installs_libs       no

build.cmd           make
build.pre_args      VERSION=${version}
build.args          build

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
