Skip to content

Commit

Permalink
Merge pull request #429 from dholbach/add-snapcraft.yaml
Browse files Browse the repository at this point in the history
adds snapcraft.yaml file
  • Loading branch information
eddyparkinson committed Oct 11, 2016
2 parents 79e93fc + 39003c7 commit 6d07ec4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions snapcraft.yaml
@@ -0,0 +1,23 @@
name: ethercalc
version: 0.20151108.1+
summary: EtherCalc is a web spreadsheet.
description: |
Your data is saved on the web, and people can edit the same document at
the same time. Everybody's changes are instantly reflected on all screens.
.
Work together on inventories, survey forms, list management, brainstorming
sessions and more!
confinement: strict
grade: devel # use "stable" to assert the snap quality

apps:
ethercald:
daemon: simple
command: bin/ethercalc
plugs: [network, network-bind]


parts:
ethercalc:
source: .
plugin: nodejs

0 comments on commit 6d07ec4

Please sign in to comment.