mpv-plugin/SmartCopyPaste - 3.1 (guru)

Search

Package Information

Description:
Gives mpv the capability to copy and paste while being smart and customizable
Homepage:
https://github.com/Eisa01/mpv-scripts
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.1 8 ~amd64
View Raw Ebuild
# Copyright 2022 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

MY_PN="mpv-scripts"

DESCRIPTION="Gives mpv the capability to copy and paste while being smart and customizable"
HOMEPAGE="https://github.com/Eisa01/mpv-scripts"
SRC_URI="https://github.com/Eisa01/${MY_PN}/archive/refs/tags/2.2.1.tar.gz -> Eisa01-${MY_PN}-2.2.1.tar.gz"

S="${WORKDIR}/${MY_PN}-2.2.1/scripts"

LICENSE="BSD-2"
KEYWORDS="~amd64"

RDEPEND="
	|| (
		gui-apps/wl-clipboard
		x11-misc/xclip
	)
"

MPV_PLUGIN_FILES=( ${PN}.lua )

Dependencies

RDEPEND

	|| (
		gui-apps/wl-clipboard
		x11-misc/xclip
	)

Manifest for 3.1

Type File Size Source URLs
DIST Eisa01-mpv-scripts-2.2.1.tar.gz 3479702 bytes https://github.com/Eisa01/mpv-scripts/archive/refs/tags/2.2.1.tar.gz