# -*- 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/dlvhdr/diffnav 0.3.1 v
go.offline_build    no
revision            0

description         A git diff pager based on delta but with a file tree, à \
                    la GitHub.

long_description    {*}${description}

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

checksums           rmd160  d70d53d762e481355cb4c7c5eb2fd6a1b0ed4f45 \
                    sha256  a38552e6cc71100a65fd6a72b1e210c50a0cb16e12d7c2a4693f41b81cd9d3c7 \
                    size    479755

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