mpv-plugin/SmartCopyPaste: initial import

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2022-05-30 11:43:18 +02:00
parent 08ce51bf3f
commit 26cdb9df44
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST Eisa01-mpv-scripts-2.2.1.tar.gz 3479702 BLAKE2B e5445b427a751125e8aa1650df08006cc5dc4629f0ddeb7eeb0cd649c7d57176d013fa8199a0bb2bb88e9bf802431603fd21b9d9675fe860343d3fb9978fc83e SHA512 9c7115016b8a918c11ad8a22064991e69e3601fdd4f340d46b9153320b4e5af20334121cf4b5fb676b4bc9d8dd66c3a5ffb1b67c486d636a4eb255b61a443f9e
EBUILD SmartCopyPaste-3.1.ebuild 570 BLAKE2B 6570aa92d18089cd0befb9fbc1f9a6a1ecf535fd4e49a935a4e90e5277d96e71bbfd706cefcee85676c7e494c27cebb6c12ee13912ee36437c6d2779bc3f4fb2 SHA512 0efb7e46e821ecf508034cf5117bd2d9a0c65d8fe0a89b4f721748f2377e150766d57c0c0010844efa8ec5d0eab0764331d5d62aa992384a60a2f893b240c097

View 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 )

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>smaniotto.nicola@gmail.com</email>
<name>Nicola Smaniotto</name>
</maintainer>
</pkgmetadata>