Skip to content

Commit

Permalink
Add the packaging metadata to build the parity snap (openethereum#5496)
Browse files Browse the repository at this point in the history
* Add the packaging metadata to build the parity snap

* Move the snapcraft.yaml to scripts
  • Loading branch information
Leo Arias authored and arkpar committed Apr 25, 2017
1 parent c9b2a7a commit 80a58ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scripts/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 80a58ee

Please sign in to comment.