-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
50 lines (44 loc) · 894 Bytes
/
snapcraft.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: mylibrary
base: core18
version: '0.0.9'
summary: Application for cataloging your books library. Server part - Cement.
description: |
* server data backup
* cleaning up obsolete files and data
* sending firebase push messages
* create notification reminder
grade: stable
confinement: strict
parts:
mylibrary:
plugin: python
python-version: python3
source: .
python-packages:
- cement == 3.0.4
- jinja2
- pyyaml
- colorlog
- sqlalchemy
- PyMySQL
- firebase-admin
stage-packages:
- pigz
- tar
- mysql-client
mylibrary-config:
plugin: dump
source: config
organize:
mylibrary-example.yml: conf/mylibrary.yml
mylibrary-run:
plugin: dump
source: scripts
organize:
run.sh: bin/
apps:
mylibrary:
command: bin/run.sh
plugs:
- home
- network