From 791d944a53d17367bf66e685c5a4d89def64bfb0 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Thu, 1 Feb 2018 02:22:34 +0300 Subject: [PATCH] remove snapcraft.yml from scripts --- scripts/snapcraft.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 scripts/snapcraft.yaml diff --git a/scripts/snapcraft.yaml b/scripts/snapcraft.yaml deleted file mode 100644 index d05e6978f..000000000 --- a/scripts/snapcraft.yaml +++ /dev/null @@ -1,22 +0,0 @@ -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]