Skip to content

Instantly share code, notes, and snippets.

@arges
Created August 8, 2016 17:31
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 arges/0e31fae032d3d57c5031339e13e81ede to your computer and use it in GitHub Desktop.
Save arges/0e31fae032d3d57c5031339e13e81ede to your computer and use it in GitHub Desktop.
SNAP_USER_COMMON bug
mkdir $SNAP_USER_COMMON
touch $SNAP_USER_COMMON/canttouchit
name: make-it-so
version: 0 # the version of the snap
summary: This is my-snap's summary # 79 char long summary
description: This is my-snap's description # a longer description for the snap
confinement: strict
apps:
make-it-so:
command: make-it-so
parts:
default:
plugin: copy
source: .
files:
make_it_so.sh: make-it-so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment