mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
i2pd: update to 2.21.0.
[ci skip]
This commit is contained in:
parent
278d1f0ae2
commit
052392ebf3
2 changed files with 9 additions and 12 deletions
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'i2pd'
|
# Template file for 'i2pd'
|
||||||
pkgname=i2pd
|
pkgname=i2pd
|
||||||
version=2.15.0
|
version=2.21.0
|
||||||
revision=6
|
revision=1
|
||||||
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
|
|
||||||
homepage="http://i2pd.website/"
|
|
||||||
license="BSD"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="USE_UPNP=yes"
|
make_build_args="USE_UPNP=yes"
|
||||||
|
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel
|
||||||
|
libatomic-devel"
|
||||||
|
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
|
||||||
maintainer="Obosob <obosob@riseup.net>"
|
maintainer="Obosob <obosob@riseup.net>"
|
||||||
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel"
|
license="BSD"
|
||||||
|
homepage="http://i2pd.website/"
|
||||||
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
|
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
|
||||||
checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
|
checksum=96c15cf7b51feacd5bb3f7032c7d961961325102574a1a4d6cb8dd794e906e5b
|
||||||
system_accounts="_i2pd"
|
system_accounts="_i2pd"
|
||||||
|
disable_parallel_build=true
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
|
aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
|
||||||
esac
|
esac
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
armv[56]*|mips*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin i2pd
|
vbin i2pd
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="https://api.github.com/repos/PurpleI2P/i2pd/tags"
|
|
||||||
pattern='"name":\s*"\K([\d\.]+)(?=")'
|
|
Loading…
Add table
Reference in a new issue