Skip to content

Instantly share code, notes, and snippets.

@simos
Last active February 6, 2017 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simos/966e22b78c9e6aa7f9f8c221132af658 to your computer and use it in GitHub Desktop.
Save simos/966e22b78c9e6aa7f9f8c221132af658 to your computer and use it in GitHub Desktop.
how2 snapcraft.yaml
name: my-snap-name # you probably want to 'snapcraft register <name>'
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.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
my-part:
# See 'snapcraft plugins'
plugin: nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment