diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2022-06-12 21:08:03 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-13 17:00:16 +0200 |
commit | ffd710cb7d6e42d27bd4a28dbd139cb80d946b25 (patch) | |
tree | baa31c96a50d55911db364f90e49ba3a1ee49cbf /media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild | |
parent | dev-java/wsdl4j: add 1.6.3 (diff) | |
download | gentoo-ffd710cb7d6e42d27bd4a28dbd139cb80d946b25.tar.gz gentoo-ffd710cb7d6e42d27bd4a28dbd139cb80d946b25.tar.bz2 gentoo-ffd710cb7d6e42d27bd4a28dbd139cb80d946b25.zip |
media-video/jellyfin-web-jmp-bin: add 10.8.0, drop 1.7.6
Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild')
-rw-r--r-- | media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild b/media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild new file mode 100644 index 000000000000..cd0c93934ceb --- /dev/null +++ b/media-video/jellyfin-web-jmp-bin/jellyfin-web-jmp-bin-10.8.0.ebuild @@ -0,0 +1,24 @@ +# 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 . +} |