app-misc/ani-cli - 4.10 (guru)

Search

Install

Install this version:

emerge -a =app-misc/ani-cli-4.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/ani-cli-4.10

Or alternatively:

emerge --autounmask-write -a =app-misc/ani-cli-4.10

Package Information

Description:
A cli to browse and watch anime.
Homepage:
https://github.com/pystardust/ani-cli
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.10 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2022-2023 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"
if [[ "${PV}" == *9999* ]]; then
	EGIT_REPO_URI="https://github.com/pystardust/${PN}.git"
	inherit git-r3
else
	SRC_URI="
		https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	"
	S="${WORKDIR}/${P}"
	KEYWORDS="~amd64 ~arm64 ~x86"
fi

LICENSE="GPL-3"
SLOT="0"

DEPEND="
	app-shells/fzf
	media-video/mpv
	net-misc/aria2[adns]
	net-misc/curl
	net-misc/yt-dlp
"

RDEPEND="${DEPEND}"

src_install() {
	dobin "${PN}"
	doman "${PN}.1"
}

Inherited Eclasses

Dependencies

DEPEND

	app-shells/fzf
	media-video/mpv
	net-misc/aria2[adns]
	net-misc/curl
	net-misc/yt-dlp

RDEPEND

	app-shells/fzf
	media-video/mpv
	net-misc/aria2[adns]
	net-misc/curl
	net-misc/yt-dlp

Manifest for 4.10

Type File Size Source URLs
DIST ani-cli-4.10.tar.gz 474063 bytes https://github.com/pystardust/ani-cli/archive/refs/tags/v4.10.tar.gz