Commit 8e307f44 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add jellyfin-web (eterbug #18293)

parent 659c6429
#!/bin/sh
PKGNAME=jellyfin-web
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Web client for Jellyfin."
URL="https://jellyfin.org/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch=$(epm print info -a)
PKGURL=$(eget --list --latest "https://download1.rpmfusion.org/free/fedora/releases/42/Everything/$arch/os/Packages/j/" "jellyfin-web*.rpm")
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
move_to_opt /usr/share/jellyfin-web
add_libs_requires
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment