www-apps/jackett-bin: improvements #16

Merged
lautre merged 2 commits from kuraga/calculate-overlay:www-apps/jackett-bin-improvements into develop 1 year ago

@ -1,4 +1,4 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -12,7 +12,7 @@ SRC_URI="
"
KEYWORDS="amd64"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
RESTRICT="strip"

@ -6,5 +6,14 @@
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream><remote-id type="github">Jackett/Jackett</remote-id></upstream>
<upstream>
<remote-id type="github">Jackett/Jackett</remote-id>
<bugs-to>https://github.com/Jackett/Jackett/issues</bugs-to>
<changelog>https://github.com/Jackett/Jackett/releases</changelog>
</upstream>
<longdescription lang="en">Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr,
SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http
queries, parses the html or json response, and then sends results back to the requesting software. This allows
for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer
scraping &amp; translation logic - removing the burden from other apps.</longdescription>
</pkgmetadata>

Loading…
Cancel
Save