mpv-plugin/delete-file - 20240212 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =mpv-plugin/delete-file-20240212

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =mpv-plugin/delete-file-20240212

Or alternatively:

emerge --autounmask-write -a =mpv-plugin/delete-file-20240212

Package Information

Description:
Queue files for deletion on quit.
Homepage:
https://github.com/zenyd/mpv-scripts
License:
GPL-3

Ebuild Details

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

EAPI=8

MPV_REQ_USE="lua"

USE_MPV="rdepend"

inherit mpv-plugin

DESCRIPTION="Queue files for deletion on quit."
HOMEPAGE="https://github.com/zenyd/mpv-scripts"
SHA="9bdce0050144cb24f92475f7bdd77180e0e4c26b"
SRC_URI="https://github.com/zenyd/mpv-scripts/archive/${SHA}.tar.gz -> zenyd-mpv-scripts-${SHA:0:7}.tar.gz"
S="${WORKDIR}/mpv-scripts-${SHA}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

MPV_PLUGIN_FILES=(
	"${PN/-/_}.lua"
)

Inherited Eclasses