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

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:
X Resource Query, A program for querying the X Resources Database from the command line
Homepage:
https://github.com/arianon/xrq
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="X Resource Query, A program for querying the X Resources Database from the command line"
HOMEPAGE="https://github.com/arianon/xrq"
EGIT_REPO_URI="https://github.com/arianon/xrq.git"

LICENSE="ISC"
SLOT="0"

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

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

Inherited Eclasses

Dependencies

DEPEND

x11-libs/libX11

RDEPEND

x11-libs/libX11