lokinet/debian/control

57 lines
2.2 KiB
Plaintext
Raw Normal View History

2018-10-23 11:45:14 +00:00
Source: lokinet
Section: net
Priority: optional
Maintainer: Jeff Becker (probably not evil) <jeff@i2p.rocks>
2020-09-23 20:01:43 +00:00
Build-Depends: debhelper (>= 11), g++-8, ninja-build, cmake (>= 3.10), pkg-config, libuv1-dev, git, libunbound-dev,
2020-09-23 22:30:31 +00:00
libsodium-dev (>= 1.0.18), libsystemd-dev, liblokimq-dev (>= 1.2.0~), libsqlite3-dev, nettle-dev, libevent-dev, libssl-dev
2018-10-23 11:45:14 +00:00
Standards-Version: 3.9.6
2019-04-05 14:58:22 +00:00
Homepage: https://loki.network/
2018-10-23 11:45:14 +00:00
Vcs-Git: git://github.com/loki-project/lokinet-builder.git
Vcs-Browser: https://github.com/loki-project/lokinet-builder
Package: lokinet-bin
2018-10-23 11:45:14 +00:00
Architecture: any
Replaces: lokinet (<< 0.5.2-4~)
Breaks: lokinet (<< 0.5.2-4~)
2020-03-14 04:31:02 +00:00
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, curl
Description: Lokinet anonymous, decentralized overlay network -- binaries
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
.
This package contains the lokinet binaries; most users will want to install
the lokinet or lokinet-router packages to run lokinet as a system service.
Package: lokinet
Architecture: all
Depends: lokinet-bin (=${binary:Version}), adduser, ucf
Recommends: resolvconf
Description: Lokinet anonymous, decentralized overlay network - client service
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
.
This package contains contains the configuration needed to run lokinet as a
system service to allow the local system to access lokinet either as an
anonymous client or as a lokinet "snapp".
.
Most users looking to access lokinet want to install this package.
Package: lokinet-router
Architecture: all
Depends: lokinet-bin (=${binary:Version}), adduser, ucf
Description: Lokinet anonymous, decentralized overlay network - client service
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
2018-10-23 11:45:14 +00:00
.
This package contains contains the configuration needed to run a lokinet
router as a system service.
.
Users just looking to access lokinet want the 'lokinet' package instead.
2020-03-24 15:30:20 +00:00
Package: lokinetmon
Architecture: all
Depends: python3, python3-requests
Recommends: lokinet | lokinet-router
Description: Console-based Lokinet monitor
This package provides lokinetmon, a Python-based tool for monitoring a running
Lokinet process.