-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
34 lines (31 loc) · 764 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
34 lines (31 loc) · 764 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
name: sarah
version: master
summary: Teminal Assistant
description: |
Sarah is Your New Girl Friend ♥
She will take care of you helps you in your work ,just open terminal from
any where and call her. She will be there for you.
grade: devel
confinement: strict
apps:
sarah:
command: env LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SNAP/bin GI_TYPELIB_PATH=$SNAP/bin sarah
plugs: [network]
parts:
requirements:
source: .
plugin: python
python-version: python2
requirements: requirements.txt
sarah:
source: .
plugin: make
disable-parallel: true
build-packages: [valac, libpeas-dev]
after: [requirements]
artifacts: [bin]
pluginsdir:
source: ./plugins
plugin: dump
organize:
./*: bin/plugins