src_prepare-overlay/net-misc/jftui/jftui-0.4.0.ebuild
Maciej Barć 7ac7296468
net-misc/jftui: new package; add 0.4.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-09-22 03:05:39 +02:00

23 lines
456 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils
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"
IUSE=""
RDEPEND="
net-misc/curl
media-video/mpv
dev-libs/yajl
"