summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2023-06-28 09:54:51 -0400
committerCraig Andrews <candrews@gentoo.org>2023-06-28 09:55:16 -0400
commitfd1ff01b60cea4ffa597e984ec72568a8276eb0d (patch)
tree29c47b38bd9a4c4c2610ce5ec2acf39a2bdb13fc /www-apps/prowlarr
parentnet-analyzer/netdata: add 1.40.1 (diff)
downloadgentoo-fd1ff01b60cea4ffa597e984ec72568a8276eb0d.tar.gz
gentoo-fd1ff01b60cea4ffa597e984ec72568a8276eb0d.tar.bz2
gentoo-fd1ff01b60cea4ffa597e984ec72568a8276eb0d.zip
www-apps/prowlarr: add 1.6.3.3608
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apps/prowlarr')
-rw-r--r--www-apps/prowlarr/Manifest3
-rw-r--r--www-apps/prowlarr/prowlarr-1.6.3.3608.ebuild57
2 files changed, 60 insertions, 0 deletions
diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
index ca674c59a975..310be325b69b 100644
--- a/www-apps/prowlarr/Manifest
+++ b/www-apps/prowlarr/Manifest
@@ -1,3 +1,6 @@
DIST Prowlarr.develop.1.6.1.3564.linux-core-arm.tar.gz 86564905 BLAKE2B c1f90a746a8f00b0552745a7de8c4b300a233200858edeaa351603bdcfda5a03950a7922c65273c58bbb4fb0a94cfe47e5a52ea979ae9b454df09084f58f29a2 SHA512 3101de130ca7c6c38d735209489c7202f6f8cb7beb678507ea13ac936cb405071ca838cb724805d0a15efa6a6718c96e19a7bd3351a9f5dbd30a163f875c6add
DIST Prowlarr.develop.1.6.1.3564.linux-core-arm64.tar.gz 85825458 BLAKE2B 09b7447fbd370275cbf020df9d5a44b35883f9d6f3c19e1829082acbeba6bfedc01b8523bcd313a6fdb1b7000e22dc1b9e400c49cbfa9c0155baa3279030c11f SHA512 9c987797fbb3fb54da97d80aa300ba9317fdd773eb1f98299f4dca6759b1bae932a6228910b85c5b6f043d166ef8d01cfa997ca8888a7b2485d72403b2ed31e1
DIST Prowlarr.develop.1.6.1.3564.linux-core-x64.tar.gz 90845223 BLAKE2B ab4e833a686385cd31b981ea6fb7fd9fcb9fa6a9c93ce1904f3cb3e03fc4edc3d2dfb38560b4b717dfb61b2ae36f40716241726534f5ff8bd88893ff168b78ea SHA512 12b66c0a3538db94674f4c6fa668dbc684a2ee38ff124881c2e832bd02cf67c39af38d29414900fdbbf3a8eaf5fec51ae5ffbe4595be65cc909297a471012807
+DIST Prowlarr.master.1.6.3.3608.linux-core-arm.tar.gz 86586378 BLAKE2B d778a457fce8554dc84d983cca9b4ac226c196eff565dcf0bfc79c859e902602545fe2ee4a6eec7239f2d741c73ec19984d3a21959f3a4b6f1d2202250df79e0 SHA512 b0b17412f7033ff629415409052cdca91142aa12e1815631934a3e82a135ffcd4293f8af502e9cff7a9d4182f267b7e695b0e5caeacdfb34a2e2787134d599a3
+DIST Prowlarr.master.1.6.3.3608.linux-core-arm64.tar.gz 85874619 BLAKE2B a655f46c5ceb2e6694217773f14865c0387da92728d59003fd22fbdd99b45f2a7891fee517b1d2ee56388ee1badcf68dec1b1767cfb85e4bb139d972615d7f42 SHA512 542056cafe06242850558ccef11043fd1841c6f8485e38c506cb53841249809f2d9a2624fb14051ed8ed0bb318b9189f99487d311656a0805079f61f42280d36
+DIST Prowlarr.master.1.6.3.3608.linux-core-x64.tar.gz 90855108 BLAKE2B f92739a043722cfd01bc8f5819ff93fa3b61cb574ce1464d719f85166945b6031f527e9d8b3016e6975017cadc87849ada9c52f03186046fe33a153ddd743d03 SHA512 95d1778ec36dbd92ddccbdd2d295cd6f5633105104335a1634687e2cc46d93a3864cefe782b5559089f9fc99ce5e38768ff473b720e6b766f53c6c6ed686abe8
diff --git a/www-apps/prowlarr/prowlarr-1.6.3.3608.ebuild b/www-apps/prowlarr/prowlarr-1.6.3.3608.ebuild
new file mode 100644
index 000000000000..57ef13400018
--- /dev/null
+++ b/www-apps/prowlarr/prowlarr-1.6.3.3608.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+SRC_URI="
+ amd64? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-x64.tar.gz )
+ arm? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm.tar.gz )
+ arm64? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm64.tar.gz )
+"
+
+DESCRIPTION="An indexer manager/proxy to integrate with your various PVR apps"
+HOMEPAGE="https://wiki.servarr.com/prowlarr"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+RESTRICT="bindist strip test"
+
+RDEPEND="
+ acct-group/prowlarr
+ acct-user/prowlarr
+ dev-libs/icu
+ dev-util/lttng-ust:0
+ dev-db/sqlite
+ sys-libs/glibc
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/Prowlarr"
+
+src_prepare() {
+ default
+
+ # https://github.com/dotnet/runtime/issues/57784
+ rm libcoreclrtraceptprovider.so Prowlarr.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/prowlarr" || die "Install failed!"
+
+ systemd_dounit "${FILESDIR}/prowlarr.service"
+ systemd_newunit "${FILESDIR}/prowlarr.service" "${PN}@.service"
+}