mpv-plugin/mpv-youtube-upnext - 20240513 (guru)

Search

Package Information

Description:
A userscript that allows you to play \"up next\"/recommended youtube videos
Homepage:
https://github.com/cvzi/mpv-youtube-upnext
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20240513 8 ~amd64
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin

COMMIT="6c0428285c44edbe3809eda8335ef4789da1bf19"
MY_P="${PN}-${COMMIT}"

DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"
HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext"
SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
KEYWORDS="~amd64"

MPV_PLUGIN_FILES=( youtube-upnext.lua )

Manifest for 20240513

Type File Size Source URLs
DIST mpv-youtube-upnext-20240513.tar.gz 557384 bytes https://github.com/cvzi/mpv-youtube-upnext/archive/6c0428285c44edbe3809eda8335ef4789da1bf19.tar.gz