-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcontrol
67 lines (64 loc) · 2.05 KB
/
control
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: peercoin
Section: utils
Priority: optional
Maintainer: Peerchemist <[email protected]>
Build-Depends:
bash-completion,
debhelper-compat (= 10),
dh-exec,
lcov,
libboost-chrono-dev,
libboost-filesystem-dev,
libboost-system-dev,
libboost-test-dev,
libboost-thread-dev,
libssl-dev,
libdb++-dev,
libevent-dev,
libleveldb-dev,
libminiupnpc-dev,
libprotobuf-dev,
libqrencode-dev,
libsqlite3-dev,
libunivalue-dev,
libzmq3-dev,
pkg-config,
protobuf-compiler,
python3,
qt5-qmake,
qtbase5-dev,
qttools5-dev-tools,
Standards-Version: 3.9.2
Homepage: https://www.peercoin.net/
Vcs-Git: git://github.com/peercoin/peercoin.git
Vcs-Browser: https://github.com/peercoin/peercoin
Rules-Requires-Root: no
Package: peercoind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Peercoin is a crypto-currency project forked from Bitcoin with aim to achieve
energy-efficiency and keep as much as possible the original Bitcoin's
preferable properties.
.
This package provides the daemon, peercoind, and the CLI tool
peercoin-cli to interact with the daemon.
Package: peercoin-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Peercoin is a crypto-currency project forked from Bitcoin with aim to achieve
energy-efficiency and keep as much as possible the original Bitcoin's
preferable properties.
.
This package provides Peercoin-Qt, a GUI client for Peercoin based on Qt.
Package: peercoin-tx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Peer-to-peer digital currency - standalone transaction tool
Peercoin is a crypto-currency project forked from Bitcoin with aim to achieve
energy-efficiency and keep as much as possible the original Bitcoin's
preferable properties.
This package provides peercoin-tx, a command-line transaction creation
tool which can be used without a peercoin daemon. Some means of
exchanging minimal transaction data with peers is still required.