parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 5e6bf45215a92a49ade2b8b55bd2809ec3590634
parent e7e8373f813d25b0ed81ab280e809b0e39e53ac1
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 13 Nov 2016 16:29:54 +0100

x11-misc/lemonbar: Add 1.2

Diffstat:
Ax11-misc/lemonbar/Manifest | 1+
Ax11-misc/lemonbar/lemonbar-1.2.ebuild | 23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/x11-misc/lemonbar/Manifest b/x11-misc/lemonbar/Manifest @@ -0,0 +1 @@ +DIST v1.2.tar.gz 14845 SHA256 b846d8451f9065cdcb94f48a8bd80c074cf1073da0664a94597681912045bfea SHA512 0734f13515fdb2fab17ca8784efe5d01b7dec9f63794c8bf5d5b693bed014853d9bdb5b55c43648ff2f44f961fb8ec563a2288ef4de5b467df14065dba0e7622 WHIRLPOOL bdbb665c6dd41488d8d7c54b8fc904742ab225f26cd8bfa71aec3e8415e4b3dcea2fbd0a7c17404cea51de67f4c1d5bf2b780364f8d991e26bf63989c9afd866 diff --git a/x11-misc/lemonbar/lemonbar-1.2.ebuild b/x11-misc/lemonbar/lemonbar-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A featherweight, lemon-scented, bar based on xcb" +HOMEPAGE="https://github.com/LemonBoy/bar" +SRC_URI="https://github.com/LemonBoy/bar/archive/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libxcb +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/bar-${PV}"