x11-misc/greenclip-bin - 4.3 (guru)

Search

Install

Install this version:

emerge -a =x11-misc/greenclip-bin-4.3

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

autounmask =x11-misc/greenclip-bin-4.3

Or alternatively:

emerge --autounmask-write -a =x11-misc/greenclip-bin-4.3

Package Information

Description:
Simple clipboard manager to be integrated with rofi
Homepage:
https://github.com/erebe/greenclip
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.3 9 -* ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

MY_PN=${PN%-bin}

DESCRIPTION="Simple clipboard manager to be integrated with rofi"
HOMEPAGE="https://github.com/erebe/greenclip"
SRC_URI="
	https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P}
	https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md
"

S="${WORKDIR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="-* ~amd64"

QA_PREBUILT="/usr/bin/${MY_PN}"

src_install() {
	newbin "${DISTDIR}/${P}" "${MY_PN}"
	newdoc "${DISTDIR}/${P}.README.md" README.md
}

pkg_postinst() {
	elog "Please read /usr/share/doc/${PF}/README.md.bz2"
	elog "on how to use rofi/dmenu/fzf as a menu for the clipboard."
}

Manifest for 4.3

Type File Size Source URLs
DIST greenclip-bin-4.3 9086872 bytes https://github.com/erebe/greenclip/releases/download/v4.3/greenclip
DIST greenclip-bin-4.3.README.md 5017 bytes https://raw.githubusercontent.com/erebe/greenclip/v4.3/README.md