mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-misc/ani-cli: bump to 4.7
Closes: https://github.com/gentoo/guru/pull/100 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -10,15 +10,15 @@ if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
media-video/mpv
|
||||
@@ -29,6 +29,6 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
dobin "${SRC_URI:+$DISTDIR/}ani-cli"
|
||||
doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
|
||||
newbin "${DISTDIR}/${P}" "${PN}"
|
||||
newman "${DISTDIR}/${P}.1" "${PN}.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user