parity-zcash/snap/snapcraft.yaml

20 lines
380 B
YAML

name: parity-bitcoin
version: git
summary: The Parity Bitcoin client
description: |
Bitcoin client written in Rust.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict
apps:
parity-bitcoin:
command: pbtc
plugs: [home, network, network-bind]
parts:
parity-bitcoin:
source: .
plugin: rust
build-packages: [g++]