summaryrefslogtreecommitdiff
path: root/x11-misc/i3blocks-contrib/i3blocks-contrib-20200302.ebuild
blob: 173b8207a5d17264ebbb2abbe5e67680aa3d12f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="highly flexible status line for the i3 window manager"
HOMEPAGE="https://github.com/vivien/i3blocks-contrib"
GIT_HASH="45e56799298f04ccaaab7db69b3674667f990ed8"
SRC_URI="https://github.com/vivien/${PN}/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"

SLOT="0"
LICENSE="GPL-3"

src_unpack() {
	default
	mv ${PN}-* "${S}"
}

src_prepare() {
	default
	sed -i 's#PREFIX = .*#PREFIX = /usr#' Makefile
}

src_install() {
	emake -j1 DESTDIR="${D}" install
}