Skip to content

Instantly share code, notes, and snippets.

@lool
Created July 30, 2017 12:25
Show Gist options
  • Save lool/604ae4ed04613f574892ef471dbe295b to your computer and use it in GitHub Desktop.
Save lool/604ae4ed04613f574892ef471dbe295b to your computer and use it in GitHub Desktop.
Scratch BIRD snap
name: bird
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:
bird:
plugin: autotools
build-packages: [flex, bison, libreadline-dev,]
source: git://git.nic.cz/bird.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment