Skip to content

Instantly share code, notes, and snippets.

@dholbach
Last active October 6, 2016 13:33
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 dholbach/1dee31956271208c4ab8f0def895f6b8 to your computer and use it in GitHub Desktop.
Save dholbach/1dee31956271208c4ab8f0def895f6b8 to your computer and use it in GitHub Desktop.
WIP snapcraft.yaml for Ghost
name: ghost
version: '1.0.0-alpha.2+git'
summary: A simple, powerful publishing platform
description: |
Ghost is a free and open source blogging platform written in JavaScript
and distributed under the MIT License, designed to simplify the process
of online publishing for individual bloggers as well as online publications.
.
https://ghost.org
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
ghost:
plugin: nodejs
source: .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment