speedie-overlay/x11-misc/xshbar/xshbar-0.2.ebuild
2022-11-11 15:48:06 +01:00

29 lines
518 B
Bash

# 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."
HOMEPAGE="https://speedie.gq/xshbar.html"
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
}