1
0
mirror of https://github.com/PurpleI2P/i2pd-snap synced 2025-02-10 13:44:18 +00:00
+ enable UPnP support out of box
This commit is contained in:
R4SAS 2020-10-27 17:53:02 +00:00 committed by GitHub
parent 827724167b
commit b1ae52aac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
## 5. `snapcraft snap`
name: i2pd
version: 2.33.0
version: 2.34.0
summary: Distributed anonymous networking framework
description: |
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
@ -34,11 +34,12 @@ parts:
i2pd:
source: https://github.com/PurpleI2P/i2pd.git
source-type: git
source-tag: 2.33.0
source-tag: 2.34.0
plugin: make
make-parameters:
- USE_AVX=no
- USE_AESNI=no
- USE_UPNP=yes
- DEBUG=no
build-packages:
- build-essential
@ -46,6 +47,7 @@ parts:
- libboost-filesystem-dev
- libboost-program-options-dev
- libboost-system-dev
- libminiupnpc-dev
- libssl-dev
- zlib1g-dev
artifacts: