# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils git-r3 EGIT_REPO_URI="https://github.com/geommer/yabar" EGIT_COMMIT="dcdb0847461a975d810dea21c4c1d3502edc1741" EGIT_CLONE_TYPE="single" DESCRIPTION="A modern and lightweight status bar for X window managers." HOMEPAGE="https://github.com/geommer/yabar" SRC_URI="" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-libs/libconfig x11-libs/libxkbcommon x11-libs/xcb-util-wm media-libs/alsa-lib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/libxcb net-wireless/iw x11-base/xcb-proto x11-base/xorg-proto net-wireless/wireless-tools " RDEPEND="${DEPEND} media-sound/alsa-utils virtual/pkgconfig app-text/asciidoc " src_configure() { emake VERSION="${PV%.99}" } src_install() { default #emake DESTDIR=${D} docs dodoc examples/example.config }