app-misc/ani-cli: Added ebuild.

Signed-off-by: Lucas Carratalá Del Toro <j327aq10@anonaddy.me>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Lucas Carratalá Del Toro <j327aq10@anonaddy.me>
This commit is contained in:
Lucas Carratalá Del Toro
2022-03-23 15:48:22 +01:00
parent 52a5f4e297
commit a1db658609
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A cli to browse and watch anime."
HOMEPAGE="https://github.com/pystardust/ani-cli/"
SRC_URI="https://github.com/pystardust/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-video/mpv
dev-libs/openssl
net-misc/curl
media-video/ffmpeg"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin ani-cli
}