summaryrefslogtreecommitdiffstats
path: root/net/i2pd/DETAILS
blob: c7dbda3d7351e5144a7ce0a9b4b6ce437e9fa155 (plain) (blame)
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
           SPELL=i2pd
         VERSION=2.12.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/PurpleI2P/${SPELL}/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha256:afb763aea2a4f4b51e327352d5da82ec08e84735d28db9af7710563a117fc648:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
            DOCS="docs/configuration.md docs/usage.md"
        DOC_DIRS=""
        WEB_SITE=https://github.com/PurpleI2P/i2pd
      LICENSE[0]=BSD
         ENTERED=20161019
           SHORT="full C++ implementation of I2P client"
cat << EOF
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
communications over I2P are anonymous and end-to-end encrypted, participants
don't reveal their real IP addresses.

I2P client is a software used for building and using anonymous I2P networks.
Such networks are commonly used for anonymous peer-to-peer applications
(filesharing, cryptocurrencies) and anonymous client-server applications
(websites, instant messengers, chat-servers).

I2P allows people from all around the world to communicate and share information
without restrictions.
EOF