Commits
Herby Gillot authored and Frank Schima committed b89d24ea5e8
1 + | # -*- 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 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup golang 1.0 |
5 + | |
6 + | go.setup github.com/davrodpin/mole 0.5.0 v |
7 + | categories net |
8 + | license MIT |
9 + | maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer |
10 + | |
11 + | description Mole is a cli application to create ssh tunnels |
12 + | long_description Mole is a cli application to create ssh tunnels, \ |
13 + | forwarding a local port to a remote address through a \ |
14 + | ssh server. |
15 + | |
16 + | build.target github.com/davrodpin/mole/cmd/mole |
17 + | |
18 + | checksums rmd160 aeeab9fab1a96abf1e1b1ec72147a9b0ebd1504a \ |
19 + | sha256 41558508d36ba47832633e2a1fa574eb02c49d5c0d32abc777bab715c055d60c \ |
20 + | size 47221 |
21 + | |
22 + | destroot { |
23 + | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ |
24 + | } |