Add the packaging metadata to build the bigchaindb snap

This commit is contained in:
Leo Arias 2017-04-20 03:25:30 +00:00 committed by Sylvain Bellemare
parent 4b057ad948
commit 6f8f2e2f93
1 changed files with 23 additions and 0 deletions

23
snap/snapcraft.yaml Normal file
View File

@ -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]