-
Notifications
You must be signed in to change notification settings - Fork 601
/
Copy pathsnapcraft.yaml
32 lines (29 loc) · 1018 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
name: snapd
summary: Daemon and tooling that enable snap packages
description: |
Install, configure, refresh and remove snap packages. Snaps are
'universal' packages that work across many different Linux systems,
enabling secure distribution of the latest apps and utilities for
cloud, servers, desktops and the internet of things.
Start with 'snap list' to see installed snaps.
version: set-by-version-script-thxbye
version-script: |
./mkversion.sh --output-only
grade: devel
# FIXME: enable once the store was updated
#type: snapd
parts:
snapd:
# FIXME: this should probably go upstream
plugin: x-builddeb
source: .
# Note that this snap is unusual in that it has no "apps" section.
#
# It is started via re-exec on classic systems and via special
# handling in the core18 snap on Ubuntu Core Systems.
#
# Because snapd itself manages snaps it must currently run totally
# unconfined (even devmode is not enough).
#
# See the comments from jdstrand in
# https://forum.snapcraft.io/t/5547/10