From 6f8f2e2f93dc4f8a3ec7ca3173ad6dcd77fa376d Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 20 Apr 2017 03:25:30 +0000 Subject: [PATCH] Add the packaging metadata to build the bigchaindb snap --- snap/snapcraft.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 00000000..aa3a9bca --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,23 @@ +name: bigchaindb +version: master +summary: a scalable blockchain database +description: | + With high throughput, sub-second latency and powerful functionality to + automate business processes, BigchainDB looks, acts and feels like a database + with added blockchain characteristics. + +# grade must be 'stable' to release into candidate/stable channels +grade: devel +# strict confinement requires https://github.com/snapcore/snapd/pull/2749 +confinement: devmode + +apps: + bigchaindb: + command: bigchaindb + plugs: [network, network-bind] + +parts: + bigchaindb: + source: . + plugin: python + build-packages: [g++, libffi-dev]