febuild/gui-apps/hyprspace/hyprspace-9999.ebuild
2024-08-28 10:35:23 +02:00

27 lines
506 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Workspace viewer for Hyprland"
HOMEPAGE="https://github.com/KZDKM/Hyprspace"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~mips ~sparc ~x86"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/KZDKM/Hyprspace.git"
else
SRC_URI="https://github.com/KZDKM/Hyprspace.git"
fi
# src_configure() {
# # econf --with-posix-regex
# }
src_install() {
emake all
}