Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/jellyfin-tui/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'jellyfin-tui'
pkgname=jellyfin-tui
version=1.5.2
revision=1
build_style=cargo
hostmakedepends="pkg-config sqlite-devel"
makedepends="openssl-devel sqlite-devel mpv-devel"
short_desc="TUI streaming client for the Jellyfin media server"
maintainer="xJayMorex <github@johntaylor.hu>"
license="GPL-3.0-or-later"
homepage="https://github.com/dhonus/jellyfin-tui"
changelog="https://github.com/dhonus/jellyfin-tui/releases"
distfiles="https://github.com/dhonus/jellyfin-tui/archive/refs/tags/v${version}.tar.gz"
checksum=6d419fb912c2fd7151eb2585dfaf9fdc8b4cdd89e921501212bbc20d56c0953a
make_check=no # no tests

if [ "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then
broken="overflow in libmpv2-sys bindings"
fi