aboutsummaryrefslogtreecommitdiff
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorvdo <vdo@greyfaze.net>2017-02-24 02:20:02 +0100
committervdo <vdo@greyfaze.net>2017-02-24 02:20:02 +0100
commit2c51c4d186134829aa84c1c07373f20cd2ebd277 (patch)
tree6a309b7f941ad24c74725480e2bf66efaf17a3fc /snapcraft.yaml
parentMerge pull request #1775 (diff)
downloadmonero-2c51c4d186134829aa84c1c07373f20cd2ebd277.tar.xz
Reorganize snap. Add daemon wrapper
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml65
1 files changed, 0 insertions, 65 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 17910392b..000000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-name: monero
-version: 0.10.1 # Current stable version
-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:
- monerod:
- daemon: forking
- command: |
- monerod --detach --data-dir ${SNAP_DATA}
- plugs:
- - network
- - network-bind
- monero-wallet-rpc:
- command: |
- monero-wallet-rpc --log-file ${SNAP_USER_DATA}
- plugs:
- - home
- - network
- - network-bind
- monero-wallet-cli:
- command: |
- monero-wallet-cli --log-file ${SNAP_USER_DATA}
- plugs:
- - home
- - network
-
-parts:
- cmake-build:
- plugin: cmake
- configflags:
- - -DBDB_STATIC=1
- - -DUPNP_STATIC=1
- - -DBoost_USE_STATIC_LIBS=1
- - -DBoost_USE_STATIC_RUNTIME=1
- - -DARCH=default
- 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
- stage-packages:
- - libminiupnpc10
- - libunbound2
- - libunwind8
- prime:
- - bin
- - usr/lib/
- - -usr/lib/gcc
- - -usr/share