Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Add the packaging metadata to build the parity snap #5496

Merged
merged 2 commits into from
Apr 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions snap/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]