# -*- 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/davrodpin/mole 0.5.0 v
categories          net
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} openmaintainer

description         Mole is a cli application to create ssh tunnels
long_description    Mole is a cli application to create ssh tunnels, \
                    forwarding a local port to a remote address through a \
                    ssh server.

build.target        github.com/davrodpin/mole/cmd/mole

checksums           rmd160  aeeab9fab1a96abf1e1b1ec72147a9b0ebd1504a \
                    sha256  41558508d36ba47832633e2a1fa574eb02c49d5c0d32abc777bab715c055d60c \
                    size    47221

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