Add the packaging metadata to build the parity snap (#5496)

* Add the packaging metadata to build the parity snap

* Move the snapcraft.yaml to scripts
This commit is contained in:
Leo Arias 2017-04-25 08:20:57 -06:00 committed by Arkadiy Paronyan
parent c9b2a7a980
commit 80a58eea7b

22
scripts/snapcraft.yaml Normal file
View File

@ -0,0 +1,22 @@
name: parity
version: master
summary: Fast, light, robust Ethereum implementation
description: |
Parity's goal is to be the fastest, lightest, and most secure Ethereum
client. We are developing Parity using the sophisticated and cutting-edge
Rust programming language. Parity is licensed under the GPLv3, and can be
used for all your Ethereum needs.
grade: devel
confinement: strict
apps:
parity:
command: parity
plugs: [network, network-bind]
parts:
parity:
source: ..
plugin: rust
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]