src_prepare-overlay/net-misc/jftui/jftui-0.4.0.ebuild
SigHunter d940792600
net-misc/jftui: Fix variable order
Signed-off-by: SigHunter <sighunter@gmx.de>
2024-09-11 09:34:26 +02:00

20 lines
432 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="minimalistic, lightweight command line client for Jellyfin"
HOMEPAGE="https://github.com/Aanok/jftui"
SRC_URI="https://github.com/Aanok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
RDEPEND="
net-misc/curl
media-video/mpv
dev-libs/yajl
"