overlay/x11-misc/xob/xob-0.2.ebuild

23 lines
644 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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"
IUSE=""
RDEPEND=">=x11-libs/libX11-1.6.5-r1
>=dev-libs/libconfig-1.5
>=x11-libs/libXau-1.0.8-r1
>=x11-libs/libXdmcp-1.1.2-r2
>=dev-libs/libbsd-0.8.6"
DEPEND="${RDEPEND}"
src_install() {
emake prefix="${EPREFIX}"/usr sysconfdir="${EPREFIX}"/etc DESTDIR="${D}" install
}