app-metrics/prometheus: add 3.1.0
[gentoo/gentoo.git] / gui-apps / wmenu / wmenu-0.1.8.ebuild
blob6ba9bf3934aee7abf10980c59dfdf203460e9827
1 # Copyright 2023-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit meson
8 DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel of dmenu"
9 HOMEPAGE="https://sr.ht/~adnano/wmenu/"
10 SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
16 BDEPEND="
17         app-text/scdoc
18         dev-util/wayland-scanner
20 RDEPEND="
21         x11-libs/cairo
22         x11-libs/pango
23         dev-libs/wayland
24         x11-libs/libxkbcommon
26 DEPEND="
27         ${RDEPEND}
28         dev-libs/wayland-protocols