fcoin/snap/snapcraft.yaml
Christopher Jeffrey b0155b663c
v1.0.0
2018-07-12 10:20:50 -07:00

22 lines
478 B
YAML

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: 8.0.0