File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # After registering a name on build.snapcraft.io, commit an uncommented line:
3
+ # name: turnkey-triumph-326606-samkenxstream
4
+ version : ' 0.1' # just for humans, typically '1.2+git' or '1.3.2'
5
+ summary : Single-line elevator pitch for your amazing snap # 79 char long summary
6
+ description : |
7
+ This is my-snap's description. You have a paragraph or two to tell the
8
+ most important story about your snap. Keep it under 100 words though,
9
+ we live in tweetspace and your description wants to look good in the snap
10
+ store.
11
+
12
+ grade : devel # must be 'stable' to release into candidate/stable channels
13
+ confinement : devmode # use 'strict' once you have the right plugs and slots
14
+
15
+ parts :
16
+ my-part :
17
+ # See 'snapcraft plugins'
18
+ plugin : nil
19
+
You can’t perform that action at this time.
0 commit comments