mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
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:
parent
88fbf39491
commit
1bd9ec539a
1
app-vim/wayland-clipboard/Manifest
Normal file
1
app-vim/wayland-clipboard/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST vim-wayland-clipboard-0.2.1.tar.gz 3193 BLAKE2B 0359f3a255d373b97d577ad0f939e3699b0c472b5d29ba05c2d1339145be9e54fa94b8187cfbb57ba79bfed2cf9a4fb8425d45fae64487cb8aaaf618eccb5462 SHA512 28e979cf1aca5da6b2b31e15eecbd17883de291e7a2949b8bd2bfe7a18df953e4c52700d8de7131569ddff5983d1b2d0d854426632783a10fbe6c5b98842c2e5
|
11
app-vim/wayland-clipboard/metadata.xml
Normal file
11
app-vim/wayland-clipboard/metadata.xml
Normal 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>
|
17
app-vim/wayland-clipboard/wayland-clipboard-0.2.1.ebuild
Normal file
17
app-vim/wayland-clipboard/wayland-clipboard-0.2.1.ebuild
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user