app-misc/cliphist: new package, add 0.4.0

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-12-01 23:22:10 +01:00
parent 0bee32dc80
commit 988a3877fa
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cliphist-0.4.0.gh.tar.gz 1273482 BLAKE2B 4af36cdd289663d5e9cad8e3759c902d556824d615d66da3486ccffdaf3104e8a2d372bfc5746f37c6a3112538e860af2a25375a57b6ccbc5f44690dfd206d5c SHA512 c026fd256488a5dc3b6035eeb983b424a6fe1040f52973ad87a813ea349cf4eb73b7fae5406ae8fe13e8ffa03bc48913efcfc6aa35ee38339bd1d393368c5a40

View File

@@ -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
}

View File

@@ -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>gasc@eurecom.fr</email>
<name>Gasc Henri</name>
</maintainer>
<upstream>
<remote-id type="github">sentriz/cliphist</remote-id>
</upstream>
</pkgmetadata>