1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/snap/snapcraft.yaml
Troy McConaghy d1bc21809e Problem: Some marketing copy (text blurbs) was old
Solution: Update the marketing copy!
2018-03-25 13:28:21 +02:00

25 lines
637 B
YAML

name: bigchaindb
version: git
summary: The blockchain database
description: |
With high throughput, low latency, powerful query functionality,
decentralized control, immutable data storage and built-in asset
support, BigchainDB is like a database with 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]