We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdd9c2 commit c4ee806Copy full SHA for c4ee806
1 file changed
snap/snapcraft.yaml
@@ -0,0 +1,37 @@
1
+name: cloudmonkey
2
+base: core18
3
+version: git
4
+summary: Apache CloudStack CLI
5
+description: |
6
+ An CLI and interactive shell that simplifies configuration and management of
7
+ Apache CloudStack, the opensource IAAS cloud computing platform.
8
+
9
+grade: stable
10
+confinement: classic
11
12
+license: Apache-2.0
13
14
+apps:
15
+ cloudmonkey:
16
+ command: bin/cloudstack-cloudmonkey
17
+ plugs:
18
+ - home
19
+ - network
20
+ - personal-files
21
22
+plugs:
23
+ network:
24
+ personal-files:
25
+ read:
26
+ - $HOME/.cmk
27
+ write:
28
29
30
+parts:
31
32
+ source: .
33
+ source-type: git
34
+ plugin: go
35
+ go-importpath: github.com/apache/cloudstack-cloudmonkey
36
+ build-packages:
37
+ - gcc
0 commit comments