mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-misc/cliphist: new package, add 0.4.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
1
app-misc/cliphist/Manifest
Normal file
1
app-misc/cliphist/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cliphist-0.4.0.gh.tar.gz 1273482 BLAKE2B 4af36cdd289663d5e9cad8e3759c902d556824d615d66da3486ccffdaf3104e8a2d372bfc5746f37c6a3112538e860af2a25375a57b6ccbc5f44690dfd206d5c SHA512 c026fd256488a5dc3b6035eeb983b424a6fe1040f52973ad87a813ea349cf4eb73b7fae5406ae8fe13e8ffa03bc48913efcfc6aa35ee38339bd1d393368c5a40
|
||||
29
app-misc/cliphist/cliphist-0.4.0.ebuild
Normal file
29
app-misc/cliphist/cliphist-0.4.0.ebuild
Normal 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
|
||||
}
|
||||
11
app-misc/cliphist/metadata.xml
Normal file
11
app-misc/cliphist/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user