media-video/jellyfin-web-jmp-bin - 10.8.1 (gentoo)

Search

Package Information

Description:
Modified Jellyfin Web Client for use inside Jellyfin Media Player
Homepage:
https://github.com/jellyfin/jellyfin-media-player
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="Modified Jellyfin Web Client for use inside Jellyfin Media Player"
HOMEPAGE="https://github.com/jellyfin/jellyfin-media-player"
SRC_URI="
	https://github.com/iwalton3/${PN%-bin}/releases/download/jwc-${PV}/dist.zip -> ${P}.zip
"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	app-arch/unzip
"

S="${WORKDIR}/dist"

src_install() {
	insinto /usr/share/jellyfinmediaplayer/web-client/desktop
	doins -r .
}

Dependencies

BDEPEND

	app-arch/unzip

Manifest for 10.8.1

Type File Size Source URLs
DIST jellyfin-web-jmp-bin-10.8.1.zip 44566480 bytes https://github.com/iwalton3/${PN%-bin}/releases/download/jwc-10.8.1/dist.zip