Skip to content

Commit

Permalink
Add the packaging metadata to build the bcoin snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Jun 28, 2017
1 parent 2a5a8cd commit 9685a48
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: bcoin
version: git
summary: A fullnode Bitcoin implementation for miners, wallets, and exchanges
description: |
Bcoin is an alternative implementation of the bitcoin protocol, written in
node.js.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict

apps:
bcoin:
command: bcoin
plugs: [network, network-bind]

parts:
bcoin:
source: .
plugin: nodejs
build-packages: [python, gcc]
node-engine: 7.9.0

0 comments on commit 9685a48

Please sign in to comment.