mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
www-apps/readarr-bin: move from www-apps/readarr
Bug: https://bugs.gentoo.org/915346 Signed-off-by: Maciej Barć <xgqt@gentoo.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
committed by
Craig Andrews
parent
8e66cdc5d1
commit
cd15b81d5f
@@ -97,3 +97,4 @@ move www-apps/jellyfin www-apps/jellyfin-bin
|
||||
move www-apps/radarr www-apps/radarr-bin
|
||||
move www-apps/lidarr www-apps/lidarr-bin
|
||||
move www-apps/prowlarr www-apps/prowlarr-bin
|
||||
move www-apps/radarr www-apps/radarr-bin
|
||||
|
||||
77
www-apps/readarr-bin/readarr-bin-0.3.20.2452.ebuild
Normal file
77
www-apps/readarr-bin/readarr-bin-0.3.20.2452.ebuild
Normal file
@@ -0,0 +1,77 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit systemd
|
||||
|
||||
DESCRIPTION="An ebook and audiobook collection manager for Usenet and BitTorrent users"
|
||||
HOMEPAGE="https://readarr.com/
|
||||
https://github.com/Readarr/Readarr/"
|
||||
|
||||
SRC_URI="
|
||||
amd64? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz
|
||||
)
|
||||
elibc_musl? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz
|
||||
)
|
||||
)
|
||||
arm? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz
|
||||
)
|
||||
elibc_musl? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz
|
||||
)
|
||||
)
|
||||
arm64? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz
|
||||
)
|
||||
elibc_musl? (
|
||||
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm64.tar.gz
|
||||
)
|
||||
)
|
||||
"
|
||||
S="${WORKDIR}/Readarr"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="bindist strip test"
|
||||
|
||||
RDEPEND="
|
||||
acct-group/readarr
|
||||
acct-user/readarr
|
||||
dev-libs/icu
|
||||
dev-util/lttng-ust:0
|
||||
dev-db/sqlite
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://github.com/dotnet/runtime/issues/57784
|
||||
rm libcoreclrtraceptprovider.so Readarr.Update/libcoreclrtraceptprovider.so || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newinitd "${FILESDIR}/readarr.init" readarr
|
||||
|
||||
keepdir /var/lib/readarr
|
||||
fowners -R readarr:readarr /var/lib/readarr
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
insopts -m0644 -o root -g root
|
||||
newins "${FILESDIR}/readarr.logrotate" readarr
|
||||
|
||||
dodir "/opt/readarr"
|
||||
cp -R "${S}/." "${D}/opt/readarr" || die "Install failed!"
|
||||
|
||||
systemd_dounit "${FILESDIR}/readarr.service"
|
||||
systemd_newunit "${FILESDIR}/readarr.service" "readarr@.service"
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRC_URI="
|
||||
amd64? (
|
||||
elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz )
|
||||
elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz )
|
||||
)
|
||||
arm? (
|
||||
elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz )
|
||||
elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz )
|
||||
)
|
||||
arm64? (
|
||||
elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz )
|
||||
elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm64.tar.gz )
|
||||
)
|
||||
"
|
||||
|
||||
DESCRIPTION="An ebook and audiobook collection manager for Usenet and BitTorrent users"
|
||||
HOMEPAGE="https://readarr.com/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="bindist strip test"
|
||||
|
||||
RDEPEND="
|
||||
acct-group/readarr
|
||||
acct-user/readarr
|
||||
dev-libs/icu
|
||||
dev-util/lttng-ust:0
|
||||
dev-db/sqlite
|
||||
sys-libs/glibc
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
S="${WORKDIR}/Readarr"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://github.com/dotnet/runtime/issues/57784
|
||||
rm libcoreclrtraceptprovider.so Readarr.Update/libcoreclrtraceptprovider.so || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newinitd "${FILESDIR}/${PN}.init" ${PN}
|
||||
|
||||
keepdir /var/lib/${PN}
|
||||
fowners -R ${PN}:${PN} /var/lib/${PN}
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
insopts -m0644 -o root -g root
|
||||
newins "${FILESDIR}/${PN}.logrotate" ${PN}
|
||||
|
||||
dodir "/opt/${PN}"
|
||||
cp -R "${S}/." "${D}/opt/readarr" || die "Install failed!"
|
||||
|
||||
systemd_dounit "${FILESDIR}/readarr.service"
|
||||
systemd_newunit "${FILESDIR}/readarr.service" "${PN}@.service"
|
||||
}
|
||||
Reference in New Issue
Block a user