We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c29d8 commit 680d3d1Copy full SHA for 680d3d1
snap/snapcraft.yaml
@@ -0,0 +1,18 @@
1
+
2
+ name: peapod
3
+ version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
4
+ summary: Single-line elevator pitch for your amazing snap # 79 char long summary
5
+ description: |
6
+ This is my-snap's description. You have a paragraph or two to tell the
7
+ most important story about your snap. Keep it under 100 words though,
8
+ we live in tweetspace and your description wants to look good in the snap
9
+ store.
10
11
+ grade: devel # must be 'stable' to release into candidate/stable channels
12
+ confinement: devmode # use 'strict' once you have the right plugs and slots
13
14
+ parts:
15
+ my-part:
16
+ # See 'snapcraft plugins'
17
+ plugin: nil
18
0 commit comments