x11-misc/xrq - 9999 (petkovich)

Search

Install

Install this version:

emerge -a =x11-misc/xrq-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/xrq-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/xrq-9999

Package Information

Description:
Query the XRDB from the command line, no more unnecessary grepping!
Homepage:
https://github.com/arianon/xrq/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~hppa ~x86 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7

inherit multilib savedconfig toolchain-funcs git-r3

DESCRIPTION="Query the XRDB from the command line, no more unnecessary grepping!"
HOMEPAGE="https://github.com/arianon/xrq/"

EGIT_REPO_URI="https://github.com/arianon/xrq.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"

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

src_prepare() {
	epatch_user

	tc-export CC
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
}

Inherited Eclasses

Dependencies

DEPEND

	
	x11-libs/libX11

RDEPEND

	x11-libs/libX11