# 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 dolib.so Hyprspace.so }