Skip to content

Commit 680d3d1

Browse files
authored
Update snapcraft.yaml
1 parent 11c29d8 commit 680d3d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

snap/snapcraft.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)