app-misc/cliphist - 0.7.0 (masterlay)

Search

Install

Install this version:

emerge -a =app-misc/cliphist-0.7.0

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

autounmask =app-misc/cliphist-0.7.0

Or alternatively:

emerge --autounmask-write -a =app-misc/cliphist-0.7.0

Package Information

Description:
Wayland clipboard manager with support for multimedia
Homepage:
https://github.com/sentriz/cliphist
License:
GPL-3 MIT BSD

Ebuild Details

Version EAPI Keywords Slot
0.7.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Wayland clipboard manager with support for multimedia"
HOMEPAGE="https://github.com/sentriz/cliphist"
SRC_URI="https://github.com/henri-gasc/cliphist/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-3 MIT BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	gui-apps/wl-clipboard
	x11-misc/xdg-utils
"
DEPEND="${RDEPEND}"

src_compile() {
	ego build
}

src_install() {
	dobin "${PN}"
	default
}

Inherited Eclasses

Dependencies

DEPEND

	gui-apps/wl-clipboard
	x11-misc/xdg-utils

RDEPEND

	gui-apps/wl-clipboard
	x11-misc/xdg-utils

Manifest for 0.7.0

Type File Size Source URLs
DIST cliphist-0.7.0.gh.tar.gz 1683901 bytes https://github.com/henri-gasc/cliphist/archive/refs/tags/v0.7.0.tar.gz