27 lines
499 B
Bash
27 lines
499 B
Bash
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit meson mercurial
|
|
|
|
DESCRIPTION="launcher/menu program for wlroots based wayland compositors"
|
|
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
|
|
EHG_REPO_URI="https://hg.sr.ht/~scoopta/wofi"
|
|
|
|
if [[ ${PV} != "9999" ]]; then
|
|
EHG_REVISION="v${PV}"
|
|
fi
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
dev-util/ninja
|
|
dev-libs/wayland
|
|
x11-libs/gtk+:3
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|