From 80cdcc2247f64ee8049da9485e5f9ab3d753fc9e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 5 Jul 2017 12:49:40 +0100 Subject: [PATCH] Add basic snapcraft.yaml. --- snap/snapcraft.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..0527b79 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,15 @@ +name: my-snap-name # you probably want to 'snapcraft register ' +version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' +summary: Single-line elevator pitch for your amazing snap # 79 char long summary +description: | + This is my-snap's description. You have a paragraph or two to tell the + most important story about your snap. Keep it under 100 words though, + we live in tweetspace and your description wants to look good in the snap + store. + +confinement: devmode # use 'strict' once you have the right plugs and slots + +parts: + my-part: + # See 'snapcraft plugins' + plugin: nil