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 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + sentriz/cliphist + +