forked from softlayer/softlayer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
36 lines (30 loc) · 738 Bytes
/
snapcraft.yaml
File metadata and controls
36 lines (30 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: slcli
adopt-info: slcli
summary: A CLI tool to interact with the SoftLayer API.
description: |
A command-line interface is also included and can be used to manage various SoftLayer products and services.
license: MIT
base: core20
grade: stable
confinement: strict
apps:
slcli:
command: bin/slcli
environment:
LC_ALL: C.UTF-8
plugs:
- home
- network
- network-bind
parts:
slcli:
source: https://github.com/softlayer/softlayer-python
source-type: git
plugin: python
override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
build-packages:
- python3
stage-packages:
- python3