overlay/x11-misc/xob/xob-0.1.1-r1.ebuild
tastytea 2c71c89dfc
x11-misc/xob: 0.1.1 installed to wrong prefix, fixed
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2018-08-25 11:31:07 +02:00

25 lines
650 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# 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 DESTDIR="${D}" install
dodoc README.md
# doman doc/xob.1
}