forked from okcashpro/okcash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
37 lines (34 loc) · 1.07 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: okcash
version: master
summary: decentralized peer-to-peer long term sustainable staking platform
description: |
The OK wallet is a decentralized peer-to-peer platform, created under an
open source license, featuring a built-in cryptocurrency and Long Term Sustainable Staking (LTSS).
The decentralized network aims to provide a fast, reliable and efficient Proof of Stake system
for everyone through the best user-friendly interface that even grandma could understand and use.
grade: devel
confinement: strict
apps:
okcash:
command: desktop-launch $SNAP/usr/local/bin/okcash
plugs: [network, network-bind, unity7]
parts:
okcash:
source: .
plugin: qmake
qt-version: qt5
build-packages:
- build-essential
- qt5-default
- qtbase5-dev-tools
- qttools5-dev-tools
- libboost-dev
- libboost-filesystem-dev
- libboost-program-options-dev
- libboost-system-dev
- libboost-thread-dev
- libdb++-dev
- libminiupnpc-dev
- libqt5webkit5-dev
- libssl-dev
after: [desktop-qt5]