www-apps/readarr-bin - 0.4.18.2805 (gentoo)

Search

Package Information

Description:
An ebook and audiobook collection manager for Usenet and BitTorrent users
Homepage:
https://readarr.com/ https://github.com/Readarr/Readarr/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.18.2805 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 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-db/sqlite
"

QA_PREBUILT="*"

src_prepare() {
	default

	# https://github.com/dotnet/runtime/issues/57784
	find . -type f -iname libcoreclrtraceptprovider.so -delete || 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"
}

Dependencies

RDEPEND

	acct-group/readarr
	acct-user/readarr
	dev-libs/icu
	dev-db/sqlite

Manifest for 0.4.18.2805

Type File Size Source URLs
DIST Readarr.develop.0.4.18.2805.linux-core-arm.tar.gz 93127318 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-core-arm.tar.gz
DIST Readarr.develop.0.4.18.2805.linux-core-arm64.tar.gz 92375916 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-core-arm64.tar.gz
DIST Readarr.develop.0.4.18.2805.linux-core-x64.tar.gz 97392052 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-core-x64.tar.gz
DIST Readarr.develop.0.4.18.2805.linux-musl-core-arm.tar.gz 93157530 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-musl-core-arm.tar.gz
DIST Readarr.develop.0.4.18.2805.linux-musl-core-arm64.tar.gz 92432168 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-musl-core-arm64.tar.gz
DIST Readarr.develop.0.4.18.2805.linux-musl-core-x64.tar.gz 96451113 bytes https://github.com/Readarr/Readarr/releases/download/v0.4.18.2805/Readarr.develop.0.4.18.2805.linux-musl-core-x64.tar.gz