mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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:
1
app-misc/ani-cli/Manifest
Normal file
1
app-misc/ani-cli/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ani-cli-1.9.tar.gz 8016229 BLAKE2B 0b4120fb038e8f01f74e5a9c43b665e978e2c47e1b76059d20b364a7cec386e7c3cd3028d4e03ba8ef02bf45ae9df3ee66d896f9be09118736c605110ce3e5dd SHA512 f3fe0109fc3f1d910fa4f621bc056d7c291ed2c0f91b76f9b65fc65925d864d3ab86a6610ec5960cc24a329507ab1fbb054e4304c4ececeb88c2411e66b48452
|
||||
26
app-misc/ani-cli/ani-cli-1.9.ebuild
Normal file
26
app-misc/ani-cli/ani-cli-1.9.ebuild
Normal 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
|
||||
|
||||
}
|
||||
11
app-misc/ani-cli/metadata.xml
Normal file
11
app-misc/ani-cli/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>j327aq10@anonaddy.me</email>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">pystardust/ani-cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user