2016-09-01 19:23:36 +00:00
|
|
|
name: monero
|
2017-01-20 23:22:41 +00:00
|
|
|
version: 0.10.1 # Current stable version
|
2016-09-01 19:23:36 +00:00
|
|
|
summary: "Monero: the secure, private, untraceable cryptocurrency https://getmonero.org"
|
|
|
|
description: |
|
|
|
|
Monero is a private, secure, untraceable, decentralised digital currency.
|
|
|
|
You are your bank, you control your funds, and nobody can trace your transfers
|
|
|
|
unless you allow them to do so.
|
|
|
|
grade: devel
|
|
|
|
confinement: strict
|
|
|
|
|
|
|
|
apps:
|
2017-01-20 23:22:41 +00:00
|
|
|
monerod:
|
2016-09-01 19:23:36 +00:00
|
|
|
daemon: forking
|
2017-01-20 23:22:41 +00:00
|
|
|
command: |
|
|
|
|
monerod --detach --data-dir ${SNAP_DATA}
|
2016-09-01 19:23:36 +00:00
|
|
|
plugs:
|
|
|
|
- network
|
|
|
|
- network-bind
|
2017-01-20 23:22:41 +00:00
|
|
|
monero-wallet-rpc:
|
|
|
|
command: |
|
|
|
|
monero-wallet-rpc --log-file ${SNAP_USER_DATA}
|
2016-09-01 19:23:36 +00:00
|
|
|
plugs:
|
2017-01-20 23:22:41 +00:00
|
|
|
- home
|
|
|
|
- network
|
|
|
|
- network-bind
|
|
|
|
monero-wallet-cli:
|
|
|
|
command: |
|
|
|
|
monero-wallet-cli --log-file ${SNAP_USER_DATA}
|
|
|
|
plugs:
|
|
|
|
- home
|
2016-09-01 19:23:36 +00:00
|
|
|
- network
|
|
|
|
|
|
|
|
parts:
|
|
|
|
cmake-build:
|
|
|
|
plugin: cmake
|
2016-09-11 23:14:38 +00:00
|
|
|
configflags:
|
|
|
|
- -DBDB_STATIC=1
|
|
|
|
- -DUPNP_STATIC=1
|
|
|
|
- -DBoost_USE_STATIC_LIBS=1
|
|
|
|
- -DBoost_USE_STATIC_RUNTIME=1
|
|
|
|
- -DARCH=default
|
2016-09-01 19:23:36 +00:00
|
|
|
source: .
|
|
|
|
build-packages:
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- libunbound-dev
|
|
|
|
- libevent-dev
|
|
|
|
- libboost-all-dev
|
|
|
|
- libdb-dev
|
|
|
|
- libunwind-dev
|
|
|
|
- libminiupnpc-dev
|
|
|
|
- libldns-dev
|
|
|
|
- libexpat1-dev
|
|
|
|
- bison
|
|
|
|
- doxygen
|
|
|
|
- graphviz
|
2016-09-11 23:14:38 +00:00
|
|
|
stage-packages:
|
2016-09-12 02:54:43 +00:00
|
|
|
- libminiupnpc10
|
2016-09-11 23:14:38 +00:00
|
|
|
- libunbound2
|
2016-09-12 02:54:43 +00:00
|
|
|
- libunwind8
|
2017-01-20 23:22:41 +00:00
|
|
|
prime:
|
2016-09-01 19:23:36 +00:00
|
|
|
- bin
|
2017-01-20 23:22:41 +00:00
|
|
|
- usr/lib/
|
|
|
|
- -usr/lib/gcc
|
|
|
|
- -usr/share
|