# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Theme manager for spmenu" HOMEPAGE="https://spmenu.speedie.site" LICENSE="GPL-3+" SLOT="0" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.speedie.site/speedie/${PN}" else SRC_URI="https://ls.speedie.site/releases/${PN}/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi IUSE="${USE}" DEPEND=" x11-misc/spmenu " src_prepare() { default } src_compile() { : } src_install() { newbin "${WORKDIR}/${P}/${PN}" ${PN} newbin "${WORKDIR}/${P}/spmenu_profile" spmenu_profile }