forked from ceres-sees-all/ceres-ebuilds
Add packages
This commit is contained in:
parent
47cb3f31a6
commit
ea92b3f8d2
8 changed files with 224 additions and 0 deletions
29
app-misc/cliphist/cliphist-0.6.1.ebuild
Normal file
29
app-misc/cliphist/cliphist-0.6.1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue