forked from blacknet-ninja/blackcoin-old
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsnapcraft.yaml
39 lines (36 loc) · 1.05 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
38
39
name: shadow
version: master
summary: decentralized peer-to-peer platform
description: |
The Shadow Project is a decentralized peer-to-peer platform, created under an
open source license, featuring a built-in cryptocurrency, end-to-end
encrypted messaging and decentralized marketplace. The decentralized network
aims to provide anonymity and privacy for everyone through a simple
user-friendly interface by taking care of all the advanced cryptography in
the background.
grade: devel
confinement: strict
apps:
shadow:
command: desktop-launch $SNAP/usr/local/bin/umbra
plugs: [network, network-bind, unity7]
parts:
shadow:
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]