x11-misc/clipnotify - 1.0.2 (ferki)

Search

Package Information

Description:
Notify on new X clipboard events
Homepage:
https://github.com/cdown/clipnotify
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
1.0.2 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Notify on new X clipboard events"
HOMEPAGE="https://github.com/cdown/clipnotify"
SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	x11-libs/libX11
	x11-libs/libXfixes
"
RDEPEND="${DEPEND}"

src_install() {
	dobin clipnotify
}

Dependencies

DEPEND

	x11-libs/libX11
	x11-libs/libXfixes

RDEPEND

	x11-libs/libX11
	x11-libs/libXfixes

Manifest for 1.0.2

Type File Size Source URLs
DIST clipnotify-1.0.2.tar.gz 1318 bytes https://github.com/cdown/clipnotify/archive/1.0.2.tar.gz