mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
mpv-plugin/SmartCopyPaste: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
26
mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
Normal file
26
mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
x11-misc/xclip
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
|
||||
|
||||
MPV_PLUGIN_FILES=( ${PN}.lua )
|
||||
Reference in New Issue
Block a user