Install this version:
emerge -a =x11-misc/greenclip-bin-4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/greenclip-bin-4.2
Or alternatively:
emerge --autounmask-write -a =x11-misc/greenclip-bin-4.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.2 | 7 | ~amd64 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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."
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | greenclip-bin-4.2 | 4184360 bytes | https://github.com/erebe/greenclip/releases/download/v4.2/greenclip |
| DIST | greenclip-bin-4.2.README.md | 5105 bytes | https://raw.githubusercontent.com/erebe/greenclip/v4.2/README.md |