Merge pull request #422 from elopio/snapcraft

Add the packaging metadata to build the parity-bitcoin snap
This commit is contained in:
Marek Kotewicz 2017-06-12 10:38:54 +02:00 committed by GitHub
commit eaee51a7a3
1 changed files with 19 additions and 0 deletions

19
snap/snapcraft.yaml Normal file
View File

@ -0,0 +1,19 @@
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: [network, network-bind]
parts:
parity-bitcoin:
source: .
plugin: rust
build-packages: [g++]