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

Commit

Permalink
initial support snapcraft.io
Browse files Browse the repository at this point in the history
create snapcraft.yaml  for snapcraft.io
  • Loading branch information
devops-parity authored May 31, 2017
1 parent 5a20c63 commit c5c1978
Showing 1 changed file with 22 additions and 0 deletions.
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]

1 comment on commit c5c1978

@5chdn
Copy link
Contributor

@5chdn 5chdn commented on c5c1978 Jun 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this directly committed into master and duplicating this #5496 ? The snap is already in scripts/.

Please sign in to comment.