mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
mpv-plugin/SimpleUndo: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
31
mpv-plugin/SimpleUndo/SimpleUndo-2023.09.25.ebuild
Normal file
31
mpv-plugin/SimpleUndo/SimpleUndo-2023.09.25.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Ctrl-Z return to the previous seekbar position, Ctrl-Z again redo"
|
||||
HOMEPAGE="https://github.com/Eisa01/mpv-scripts#simpleundo"
|
||||
SRC_URI="https://github.com/Eisa01/mpv-scripts/archive/refs/tags/25-09-2023.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/mpv-scripts-25-09-2023"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
MPV_PLUGIN_FILES=(
|
||||
SimpleUndo.lua
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
mv scripts/SimpleUndo.lua .
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
mpv-plugin_pkg_postinst
|
||||
einfo "Ctrl-Z to jump back (undo) and forth (redo)"
|
||||
}
|
||||
Reference in New Issue
Block a user