mirror of
https://github.com/mimblewimble/grin.git
synced 2025-03-06 09:01:09 +03:00
27 lines
No EOL
501 B
YAML
27 lines
No EOL
501 B
YAML
name: grin
|
|
version: v5.1.0
|
|
summary: Minimal implementation of the Mimblewimble protocol
|
|
description: |
|
|
https://grin.mw/
|
|
|
|
epoch: 3*
|
|
confinement: strict
|
|
grade: stable
|
|
base: core18
|
|
parts:
|
|
grin:
|
|
plugin: rust
|
|
source: https://github.com/mimblewimble/grin.git
|
|
source-tag: v5.1.0
|
|
build-packages:
|
|
- clang
|
|
- libncurses5-dev
|
|
- libncursesw5-dev
|
|
|
|
apps:
|
|
grin:
|
|
environment:
|
|
LC_ALL: C.UTF-8
|
|
LANG: C.UTF-8
|
|
command: bin/grin
|
|
plugs: [network, network-bind] |