initial support snapcraft.io
create snapcraft.yaml for snapcraft.io
This commit is contained in:
parent
5a20c63b70
commit
c5c1978584
22
snap/snapcraft.yaml
Normal file
22
snap/snapcraft.yaml
Normal 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]
|
Loading…
Reference in New Issue
Block a user