mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
24 lines
628 B
YAML
24 lines
628 B
YAML
name: bigchaindb
|
|
version: git
|
|
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]
|