Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aicynide authored Jan 31, 2025
1 parent 6e1414b commit ecb4302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jellyfin-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="10.10.5"
TERMUX_PKG_SRCURL="https://github.com/jellyfin/jellyfin/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256="1dd19f501a4f61b1370951efb76373ad29e9b5a76a6dae445fbfae2ed2648786"
TERMUX_PKG_BUILD_DEPENDS="dotnet-host-8.0,dotnet-sdk-8.0, aspnetcore-targeting-pack-8.0"
TERMUX_PKG_BUILD_DEPENDS="dotnet-sdk-8.0, aspnetcore-targeting-pack-8.0"
TERMUX_PKG_DEPENDS="aspnetcore-runtime-8.0, ffmpeg, sqlite"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_SERVICE_SCRIPT=(
"jellyfin"
"${TERMUX_PREFIX}/lib/dotnet/dotnet ${TERMUX_PREFIX}/share/jellyfin/jellyfin.dll --datadir ${TERMUX_ANDROID_HOME}/jellyfin"
)
TERMUX_PKG_BLACKLISTED_ARCHES="arm" # Exclude armv7
TERMUX_PKG_BLACKLISTED_ARCHES="arm"

# Map Termux architectures to .NET RID (Runtime Identifier)
case "$TERMUX_ARCH" in
Expand Down

0 comments on commit ecb4302

Please sign in to comment.