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
|
Source: litecoin
Section: utils
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12), imagemagick
# ,bash-completion
,libboost-all-dev
,libdb++-dev
,libevent-dev
,libfmt-dev
,libleveldb-dev (>= 1.18-2.1)
,libminiupnpc-dev [!hurd-any]
,libprotobuf-dev
,protobuf-compiler
,libqrencode-dev
,libssl-dev
,qttools5-dev
,qttools5-dev-tools
,pkg-config
# libjson-spirit-dev/4.0.3 (customised) is bundled with upstream sources.
# ,libjson-spirit-dev
Standards-Version: 4.6.1
Homepage: http://litecoin.org/
Vcs-Browser: https://salsa.debian.org/debian/litecoin
Vcs-Git: https://salsa.debian.org/debian/litecoin.git
Package: litecoind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: db-util
Description: peer-to-peer network based digital currency - daemon
Litecoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
check for double-spending. Litecoin is a fork of Bitcoin.
.
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client.
This requires 5+ GB of space, slowly growing.
.
This package provides the daemon (litecoind), and the CLI tool to
interact with the daemon.
Package: litecoin-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: db-util
Description: peer-to-peer network based digital currency - Qt GUI
Litecoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
check for double-spending. Litecoin is a fork of Bitcoin.
.
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client.
This requires 5+ GB of space, slowly growing.
.
This package provides Litecoin-Qt, a GUI for Litecoin based on Qt.
|