From 94f0f12077fd6d8b9145c5cc6683e8839fb634d7 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 14 Jul 2017 13:46:37 +0300 Subject: [PATCH] Create snapcraft.yaml add snapcraft file --- snap/snapcraft.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 000000000..3f4cf80ea --- /dev/null +++ b/snap/snapcraft.yaml @@ -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]