commit: 988a3877fad4cccab4b2047cb6b41d1d80421ddc Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Fri Dec 1 22:22:10 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Fri Dec 1 22:22:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=988a3877
app-misc/cliphist: new package, add 0.4.0 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> app-misc/cliphist/Manifest | 1 + app-misc/cliphist/cliphist-0.4.0.ebuild | 29 +++++++++++++++++++++++++++++ app-misc/cliphist/metadata.xml | 11 +++++++++++ 3 files changed, 41 insertions(+) diff --git a/app-misc/cliphist/Manifest b/app-misc/cliphist/Manifest new file mode 100644 index 0000000000..f03d6c3bc1 --- /dev/null +++ b/app-misc/cliphist/Manifest @@ -0,0 +1 @@ +DIST cliphist-0.4.0.gh.tar.gz 1273482 BLAKE2B 4af36cdd289663d5e9cad8e3759c902d556824d615d66da3486ccffdaf3104e8a2d372bfc5746f37c6a3112538e860af2a25375a57b6ccbc5f44690dfd206d5c SHA512 c026fd256488a5dc3b6035eeb983b424a6fe1040f52973ad87a813ea349cf4eb73b7fae5406ae8fe13e8ffa03bc48913efcfc6aa35ee38339bd1d393368c5a40 diff --git a/app-misc/cliphist/cliphist-0.4.0.ebuild b/app-misc/cliphist/cliphist-0.4.0.ebuild new file mode 100644 index 0000000000..db97978e32 --- /dev/null +++ b/app-misc/cliphist/cliphist-0.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 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 +} diff --git a/app-misc/cliphist/metadata.xml b/app-misc/cliphist/metadata.xml new file mode 100644 index 0000000000..22a9d5c765 --- /dev/null +++ b/app-misc/cliphist/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Gasc Henri</name> + </maintainer> + <upstream> + <remote-id type="github">sentriz/cliphist</remote-id> + </upstream> +</pkgmetadata>
