# -*- 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.0 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  724517b91fdb410f3ec2b36c19e0661a5a90ea6e \
                    sha256  7917dcc14f8c47330b8569b082384e6177a959ac36423069e6cfeaf2b69524fc \
                    size    477930

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