1
0
Fork 0

Add x11-misc/i3blocks

This commit is contained in:
Stefan Reimer 2016-05-31 21:08:51 -07:00
parent 1032a2e63b
commit 6b19c224cc
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST i3blocks-1.4.tar.gz 35943 SHA256 c9bd2854b7902aa6821fdf8c83b5123c10b90a52f9bcc67225ff57f25d28b4b0 SHA512 f04fd68d59097b21bc88f3097dff137de656dd3fa696d9c04b987ba25136e5e5d9cacb63998e8635fe55fcf94f47900aec8c79d98e1d1d8847856a89ad9a6578 WHIRLPOOL d6367d0b2335a79f6a49f069b31af6b5c24a33bab3e48be8b615305009aad196c5bdd7e1d71860b7db123f21bcb91a0614f705c073d78ff94c81612d4e840328
EBUILD i3blocks-1.4-r1.ebuild 669 SHA256 20df7c37f6f54d8cde00eda7d401656a29f372a533f6c894613365a3cc8557d2 SHA512 3ff614196d27b4aee12bf216bc5da77062f1d97da9a2e2000197e8c0f6e89e7cebd6d8134e17d0013fa5ee48d165bdd33916788c7d1f57fe1748ab575ea1fe01 WHIRLPOOL 31513e9bbdd5653ee5a5369f47994a310df5e9aa0bc8c0cac8bbbb31c3ca7454ec9af3fd4b4ad28c793c3a773dbb42318e8d7f4cb0b2160e827143c17e8552dd

View File

@ -0,0 +1,32 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
if [[ ${PV} = 9999 ]]; then
inherit git-2
fi
DESCRIPTION="highly flexible status line for the i3 window manager"
HOMEPAGE="https://github.com/vivien/i3blocks"
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/vivien/${PN}"
EGIT_BOOTSTRAP=""
KEYWORDS=""
else
SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
SLOT="0"
LICENSE="GPL-3"
RDEPEND="app-admin/sysstat
x11-wm/i3"
DEPEND="${RDEPEND}
app-text/ronn
"
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}