-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
59 lines (54 loc) · 1.04 KB
/
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
51
52
53
54
55
56
57
58
59
name: min
version: 1.5.1
summary: Min Web Browser
description: A smarter, faster web browser
grade: stable
confinement: strict
apps:
min:
command: desktop-launch $SNAP/bin/min.wrapper
plugs:
- browser-support
- network
- unity7
- home
- pulseaudio
- opengl
- gsettings
parts:
min:
plugin: grunt
node-packages: [electron]
source: https://github.com/minbrowser/min/archive/v1.5.1.zip
gruntfile: Gruntfile.js
source-subdir: min-1.5.1/
deps:
plugin: nil
stage-packages:
- gconf2
- gconf-service
- gvfs-bin
- libc6
- libcap2
- libgtk2.0-0
- libudev1
- libgcrypt20
- libnotify4
- libnss3
- libxtst6
- python
- xdg-utils
desktop-integration:
plugin: nil
stage-packages:
- libappindicator1
- libdbusmenu-glib4
- libnotify4
- libunity9
launcher:
plugin: dump
source: .
organize:
min.wrapper: bin/min.wrapper
stage: [-README.md]
after: [desktop-glib-only]