From 4cd41ec23acda31babc61251fb78feb13033c4bb Mon Sep 17 00:00:00 2001 From: turret Date: Tue, 27 Jun 2023 22:00:42 -0500 Subject: app-misc/ani-cli-4.4: version bump --- app-misc/ani-cli/ani-cli-4.4.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 app-misc/ani-cli/ani-cli-4.4.ebuild (limited to 'app-misc/ani-cli/ani-cli-4.4.ebuild') diff --git a/app-misc/ani-cli/ani-cli-4.4.ebuild b/app-misc/ani-cli/ani-cli-4.4.ebuild new file mode 100644 index 0000000..89d651b --- /dev/null +++ b/app-misc/ani-cli/ani-cli-4.4.ebuild @@ -0,0 +1,40 @@ +# 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" +RESTRICT="mirror" + +if [[ "${PV}" == *9999* ]]; then + EGIT_REPO_URI="https://github.com/pystardust/ani-cli.git" + inherit git-r3 +else + SRC_URI="https://github.com/pystardust/ani-cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +#KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + app-alternatives/sh + sys-apps/grep + sys-apps/sed + net-misc/curl + media-video/mpv + net-misc/aria2 + media-video/ffmpeg + app-shells/fzf" + +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + dobin ani-cli + doman ani-cli.1 +} -- cgit v1.2.3