speedie-overlay/x11-misc/xshbar/xshbar-0.2.ebuild

29 lines
520 B
Bash
Raw Normal View History

2022-11-11 15:48:06 +01:00
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Customizable xsetroot bar designed to be used with window managers."
2023-05-08 23:35:34 +02:00
HOMEPAGE="https://speedie.site/xshbar.html"
2022-11-11 15:48:06 +01:00
SRC_URI="https://raw.githubusercontent.com/speediegamer/xshbar/tarball/xshbar-0.2.tar.gz"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~riscv"
DEPEND="x11-apps/xsetroot"
RDEPEND="${DEPEND}"
BDEPEND=""
PATCHES=(
)
src_prepare() {
default
}
src_compile() {
emake install
}