overlay/x11-misc/xob/xob-0.1.ebuild
tastytea 5a2bce2236
x11-misc/xob: Added 0.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2018-08-23 18:58:11 +02:00

24 lines
602 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() {
default_src_install
doman doc/xob.1
}