ebbc3a11c8
README.md: edit readme games-action/multimc5: add games-action/multimc5 media-fonts/scientifica: add media-fonts/scientifica media-fonts/tewi-font: fix typos media-fonts/tewi-font: add manifest media-fonts/scientifica: add manifest media-fonts/berry: add media-fonts/berry media-fonts/undefined-medium: add media-fonts/undefined-medium x11-misc/lesbar: add x11-misc/lesbar app-text/kibi: add app-text/kibi sys-block/lethe: add sys-block/lethe
30 lines
588 B
Bash
30 lines
588 B
Bash
# Copyright 1999-2021 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="lesbar is a scriptable status bar for X11, heavily inspired by lemonbar"
|
|
HOMEPAGE="https://git.sr.ht/~salmiak/lesbar"
|
|
SRC_URI="https://git.sr.ht/~salmiak/lesbar/archive/v${PV}.tar.gz -> ${PN}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
DEPEND="${BDEPEND}"
|
|
BDEPEND="
|
|
app-text/scdoc
|
|
x11-libs/cairo
|
|
dev-libs/glib
|
|
x11-libs/pango
|
|
x11-libs/libX11
|
|
dev-util/pkgconfig
|
|
dev-libs/libffi
|
|
"
|
|
|
|
S="${WORKDIR}/${PN}-v${PV}"
|
|
|
|
pkg_setup(){
|
|
export PREFIX="/usr"
|
|
}
|
|
|