x11-misc/xob - 0.2 (guru)

Search

Install

Install this version:

emerge -a =x11-misc/xob-0.2

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

autounmask =x11-misc/xob-0.2

Or alternatively:

emerge --autounmask-write -a =x11-misc/xob-0.2

Package Information

Description:
A lightweight overlay volume (or anything) bar for the X Window System
Homepage:
https://github.com/florentc/xob
License:
GPL-3

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A lightweight overlay volume (or anything) bar for the X Window System"
HOMEPAGE="https://github.com/florentc/xob"
SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

src_compile() {
	tc-export CC
	default
}

src_install() {
	emake prefix="${EPREFIX}"/usr \
		  sysconfdir="${EPREFIX}"/etc \
		  DESTDIR="${D}" install
	dodoc CHANGELOG.md README.md
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/libX11
	dev-libs/libconfig

RDEPEND

	x11-libs/libX11
	dev-libs/libconfig

Manifest for 0.2

Type File Size Source URLs
DIST xob-0.2.tar.gz 510814 bytes https://github.com/florentc/xob/archive/v0.2.tar.gz