Skip to content

Commit

Permalink
Start on snap packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 25, 2019
1 parent 30ec239 commit b7b9094
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions snap/snapcraft.yaml
@@ -0,0 +1,17 @@
name: webthings-gateway
version: '0.10.0'
summary: WebThings Gateway by Mozilla
description: |
Directly monitor and control your home over the web.
grade: devel
base: core18
confinement: devmode

parts:
webthings-gateway:
source: .
plugin: nodejs
nodejs-package-manager: npm
nodejs-version: 8.16.2
build-packages:
- git

0 comments on commit b7b9094

Please sign in to comment.