x11-misc/lemonbar - 9999 (petkovich)

Search

Package Information

Description:
a featherweight, lemon-scented, bar based on xcb
Homepage:
https://github.com/LemonBoy/bar
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7

inherit git-r3

DESCRIPTION="a featherweight, lemon-scented, bar based on xcb"
HOMEPAGE="https://github.com/LemonBoy/bar"
EGIT_REPO_URI="https://github.com/osense/bar.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="xft"

CDEPEND="
	x11-libs/libxcb
	xft? ( x11-libs/libXft )
"
DEPEND="
	dev-lang/perl
	${CDEPEND}
"
RDEPEND="
	${CDEPEND}
"

#S="${WORKDIR}/${MY_P}"

src_prepare() {
    default
}

USE Flags

xft

Dependencies

DEPEND

	dev-lang/perl
	
	x11-libs/libxcb
	xft? ( x11-libs/libXft )

RDEPEND

	
	x11-libs/libxcb
	xft? ( x11-libs/libXft )