community/i2pd: update aport

* move debug symbols to subpackage
* removed the second newline at the end of the files

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-08-06 19:25:36 +03:00 committed by Kevin Daudt
parent 2d014fd025
commit cb650bb190
4 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Contributor: l-n-s <supervillain@riseup.net>
pkgname=i2pd
pkgver=2.48.0
pkgrel=0
pkgrel=1
pkgdesc="I2P Router written in C++"
url="https://github.com/PurpleI2P/i2pd"
arch="all"
@ -16,7 +16,7 @@ source="https://github.com/PurpleI2P/i2pd/archive/$pkgver/i2pd-$pkgver.tar.gz
i2pd.initd
i2pd.confd
"
subpackages="$pkgname-openrc"
subpackages="$pkgname-dbg $pkgname-openrc"
build() {
local _arch_opts="USE_UPNP=yes"
@ -46,6 +46,6 @@ package() {
sha512sums="
51c2057e96ec87ec0885cc6de4f4ff1d4d898ce0785f58c1a028677247743d44fa1980aa13b7746a0af76d600f2b4cc3bf3408bd199c82efcb432242f5b24b80 i2pd-2.48.0.tar.gz
5a95beef635fc2f5beecee314964fd41713ed61f92c4e972276208e0a2c86604c2b42a8e922863fc658a7a5789c9f43fddf7f76350fc281a44f2f42258a01201 i2pd.initd
4472962e3cd7151d142557f2aac5adcc4d89147290191cbc92d4639b4b1509f19988063f7f4431c12cb3fdf59980a35eda7b90379f4dcf180394f5cb0cad2c5c i2pd.confd
fae08de6cbdb5097cb3068d9a87509195d607fe666db870a3264f952fb3fceafc665168bd16bf598597617e48322301bbc900dcbd2c38fefca419d4755cea5f9 i2pd.initd
5b767037b49a9d94ac12dcc014a34c63967ab16a3292dd2622a118326c8d54905213d9638e48903cf0115c69b37490f648d3b2a78a1099063af78178b7024c75 i2pd.confd
"

View File

@ -10,4 +10,3 @@ rc_ulimit="-n 8192"
I2PD_OPTIONS="--daemon --service --pidfile=${I2PD_PID} \
--log=file --logfile=${I2PD_LOG} \
--conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf"

View File

@ -49,4 +49,3 @@ graceful() {
--exec "${command}" --retry 'SIGINT/620/SIGTERM/20/SIGKILL/20'
eend $? && mark_service_stopped
}

View File

@ -4,4 +4,3 @@ addgroup -S i2pd 2>/dev/null
adduser -S -D -H -h /var/lib/i2pd -s /sbin/nologin -G i2pd -g i2pd i2pd 2>/dev/null
exit 0