2021-07-07 18:20:27 +02:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2020-09-22 03:05:27 +02:00
|
|
|
# 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"
|
|
|
|
|
|
|
|
RESTRICT="mirror"
|
|
|
|
LICENSE="Unlicense"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
net-misc/curl
|
|
|
|
media-video/mpv
|
|
|
|
dev-libs/yajl
|
|
|
|
"
|