File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11name : dumbproxy
2- version : ' 1.21.0'
32summary : Simple, scriptable, secure forward proxy.
43description : >
54 Dumbest HTTP proxy ever. See documentation for details:
65 https://github.com/SenseUnit/dumbproxy/blob/master/README.md
76
87confinement : strict
9- base : core18
8+ base : core22
9+ adopt-info : dumbproxy
1010
1111parts :
1212 dumbproxy :
1313 plugin : go
14- go-importpath : github.com/SenseUnit/dumbproxy
15- source : .
14+ build-snaps : [go/latest/stable]
1615 build-packages :
17- - gcc
16+ - make
17+ - git-core
18+ source : https://github.com/SenseUnit/dumbproxy
19+ source-type : git
20+ override-pull : |
21+ craftctl default
22+ craftctl set version="$(git describe --long --tags --always --match=v*.*.* | sed 's/v//')"
23+ override-build :
24+ make &&
25+ cp bin/dumbproxy "$SNAPCRAFT_PART_INSTALL"
26+ stage :
27+ - dumbproxy
1828
1929apps :
2030 dumbproxy :
You can’t perform that action at this time.
0 commit comments