gui-apps/wl-clip-persist - 9999 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wl-clip-persist-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/wl-clip-persist-9999

Or alternatively:

emerge --autounmask-write -a =gui-apps/wl-clip-persist-9999

Package Information

Description:
Keep Wayland clipboard even after programs close
Homepage:
https://github.com/Linus789/wl-clip-persist
License:
MIT Unicode-DFS-2016

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors John M. Harris, Jr.
# Distributed under the terms of the GNU General Public License v2

EAPI=8

RUST_MIN_VER="1.85.0"

inherit cargo git-r3

DESCRIPTION="Keep Wayland clipboard even after programs close"
HOMEPAGE="https://github.com/Linus789/wl-clip-persist"

EGIT_REPO_URI="https://github.com/Linus789/wl-clip-persist.git"

LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Unicode-DFS-2016"
SLOT="0"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}

Inherited Eclasses