www-apps/radarr-bin - 6.2.1.10461 (gentoo)

Search

Install

Install this version:

emerge -a =www-apps/radarr-bin-6.2.1.10461

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-apps/radarr-bin-6.2.1.10461

Or alternatively:

emerge --autounmask-write -a =www-apps/radarr-bin-6.2.1.10461

Package Information

Description:
A fork of Sonarr to work with movies a la Couchpotato
Homepage:
https://www.radarr.video/ https://github.com/Radarr/Radarr/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
6.2.1.10461 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

DESCRIPTION="A fork of Sonarr to work with movies a la Couchpotato"
HOMEPAGE="https://www.radarr.video/
	https://github.com/Radarr/Radarr/"

SRC_URI="
	amd64? (
		elibc_glibc? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-core-x64.tar.gz
		)
		elibc_musl? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-musl-core-x64.tar.gz
		)
	)
	arm? (
		elibc_glibc? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-core-arm.tar.gz
		)
		elibc_musl? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-musl-core-arm.tar.gz
		)
	)
	arm64? (
		elibc_glibc? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-core-arm64.tar.gz
		)
		elibc_musl? (
			https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-musl-core-arm64.tar.gz
		)
	)
"
S="${WORKDIR}/Radarr"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RESTRICT="bindist strip test"

RDEPEND="
	acct-group/radarr
	acct-user/radarr
	media-video/mediainfo
	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}/radarr.init" radarr

	keepdir /var/lib/radarr
	fowners -R radarr:radarr /var/lib/radarr

	insinto /etc/logrotate.d
	insopts -m0644 -o root -g root
	newins "${FILESDIR}/radarr.logrotate" radarr

	dodir  "/opt/radarr"
	cp -R "${S}/." "${D}/opt/radarr" || die "Install failed!"

	systemd_dounit "${FILESDIR}/radarr.service"
	systemd_newunit "${FILESDIR}/radarr.service" "radarr@.service"
}

Inherited Eclasses

Dependencies

RDEPEND

	acct-group/radarr
	acct-user/radarr
	media-video/mediainfo
	dev-libs/icu
	dev-db/sqlite

Manifest for 6.2.1.10461

Type File Size Source URLs
DIST Radarr.master.6.2.1.10461.linux-core-arm.tar.gz 104446434 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-core-arm.tar.gz
DIST Radarr.master.6.2.1.10461.linux-core-arm64.tar.gz 105518832 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-core-arm64.tar.gz
DIST Radarr.master.6.2.1.10461.linux-core-x64.tar.gz 109581963 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-core-x64.tar.gz
DIST Radarr.master.6.2.1.10461.linux-musl-core-arm.tar.gz 104604774 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-musl-core-arm.tar.gz
DIST Radarr.master.6.2.1.10461.linux-musl-core-arm64.tar.gz 105530787 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-musl-core-arm64.tar.gz
DIST Radarr.master.6.2.1.10461.linux-musl-core-x64.tar.gz 109606503 bytes https://github.com/Radarr/Radarr/releases/download/v6.2.1.10461/Radarr.master.6.2.1.10461.linux-musl-core-x64.tar.gz