Install this version:
emerge -a =app-vim/wayland-clipboard-0.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/wayland-clipboard-0.2.1
Or alternatively:
emerge --autounmask-write -a =app-vim/wayland-clipboard-0.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.1 | 8 | ~amd64 |
# 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"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vim-wayland-clipboard-0.2.1.tar.gz | 3193 bytes | https://github.com/jasonccox/vim-wayland-clipboard/archive/refs/tags/v0.2.1.tar.gz |