Files
guru/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild
2023-06-02 17:02:12 +02:00

26 lines
578 B
Bash

# Copyright 2023 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
DESCRIPTION="Set the display refresh rate that best approximates the content fps"
HOMEPAGE="https://gitlab.com/smaniottonicola/mpv-kscreen-doctor"
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
kde-plasma/libkscreen
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
MPV_PLUGIN_FILES=( ${PN}.lua )