commit: 26cdb9df4450e525bb0300ac45aa3ec22e8a5429 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon May 30 09:43:18 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon May 30 09:45:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26cdb9df
mpv-plugin/SmartCopyPaste: initial import Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> mpv-plugin/SmartCopyPaste/Manifest | 2 ++ .../SmartCopyPaste/SmartCopyPaste-3.1.ebuild | 26 ++++++++++++++++++++++ mpv-plugin/SmartCopyPaste/metadata.xml | 8 +++++++ 3 files changed, 36 insertions(+) diff --git a/mpv-plugin/SmartCopyPaste/Manifest b/mpv-plugin/SmartCopyPaste/Manifest new file mode 100644 index 000000000..6ce11aa5c --- /dev/null +++ b/mpv-plugin/SmartCopyPaste/Manifest @@ -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 diff --git a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild new file mode 100644 index 000000000..2051621ad --- /dev/null +++ b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild @@ -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 ) diff --git a/mpv-plugin/SmartCopyPaste/metadata.xml b/mpv-plugin/SmartCopyPaste/metadata.xml new file mode 100644 index 000000000..be3f1030e --- /dev/null +++ b/mpv-plugin/SmartCopyPaste/metadata.xml @@ -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>[email protected]</email> + <name>Nicola Smaniotto</name> + </maintainer> +</pkgmetadata>
