2017-04-25 16:20:57 +02:00
|
|
|
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:
|
2018-01-23 02:12:22 +01:00
|
|
|
source: ..
|
2017-04-25 16:20:57 +02:00
|
|
|
plugin: rust
|
2018-01-22 23:50:52 +01:00
|
|
|
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]
|