Skip to content

Commit c4ee806

Browse files
committed
snapcraft file
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent fbdd9c2 commit c4ee806

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- $HOME/.cmk
29+
30+
parts:
31+
cloudmonkey:
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

Comments
 (0)