tastytea
df07310573
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
23 lines
639 B
Bash
23 lines
639 B
Bash
# Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
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"
|
|
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
|
|
}
|