app-vim/wayland-clipboard: new package, add 0.2.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-01-22 04:10:10 +05:00
parent 88fbf39491
commit 1bd9ec539a
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST vim-wayland-clipboard-0.2.1.tar.gz 3193 BLAKE2B 0359f3a255d373b97d577ad0f939e3699b0c472b5d29ba05c2d1339145be9e54fa94b8187cfbb57ba79bfed2cf9a4fb8425d45fae64487cb8aaaf618eccb5462 SHA512 28e979cf1aca5da6b2b31e15eecbd17883de291e7a2949b8bd2bfe7a18df953e4c52700d8de7131569ddff5983d1b2d0d854426632783a10fbe6c5b98842c2e5

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">jasonccox/vim-wayland-clipboard</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,17 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
#VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
DESCRIPTION="vim plugin: "
HOMEPAGE="https://jasoncarloscox.com/creations/vim-wayland-clipboard/"
SRC_URI="https://github.com/jasonccox/vim-${PN}/archive/refs/tags/v${PV}.tar.gz -> vim-${P}.tar.gz"
S="${WORKDIR}/vim-${P}"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="gui-apps/wl-clipboard"