x11-misc/disputils - 9999 (vifino-overlay)

Search

Package Information

Description:
utilities for getting info about displays. @tudurom's personal fork
Homepage:
https://github.com/tudurom/disputils
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

inherit git-r3

DESCRIPTION="utilities for getting info about displays. @tudurom's personal fork"
HOMEPAGE="https://github.com/tudurom/disputils"
EGIT_REPO_URI="https://github.com/tudurom/disputils.git"

LICENSE="ISC"
SLOT="0"

RDEPEND="
	x11-libs/libxcb
	x11-misc/wmutils-core
"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" MANPREFIX="/usr/share/man" install
}

Dependencies

DEPEND

	x11-libs/libxcb
	x11-misc/wmutils-core

RDEPEND

	x11-libs/libxcb
	x11-misc/wmutils-core