guru/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild
Lucio Sauer b2232f0b3b
*/*: fix BetterCompressionCheck
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-06-06 11:07:26 +02:00

26 lines
580 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.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
kde-plasma/libkscreen
"
RDEPEND="${DEPEND}"
MPV_PLUGIN_FILES=( ${PN}.lua )