Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: node
version: v8.5.0
summary: Node.js JavaScript runtime
description: |
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js uses an event-driven, non-blocking I/O model that makes it
lightweight and efficient. The Node.js package ecosystem, npm, is the
largest ecosystem of open source libraries in the world.

grade: devel # must be 'stable' to release into candidate/stable channels
confinement: classic

apps:
node:
command: bin/node
npm:
command: bin/npm

parts:
node:
source: https://github.com/nodejs/node.git
source-tag: v8.5.0
plugin: autotools
build-packages: [g++, clang, python]
organize:
usr/local: .