diff --git a/srcpkgs/jellyfin-tui/template b/srcpkgs/jellyfin-tui/template new file mode 100644 index 00000000000000..44021d50b433a8 --- /dev/null +++ b/srcpkgs/jellyfin-tui/template @@ -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 " +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