mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
29 lines
597 B
Bash
29 lines
597 B
Bash
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit meson
|
|
|
|
DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel of dmenu"
|
|
HOMEPAGE="https://sr.ht/~adnano/wmenu/"
|
|
SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
BDEPEND="
|
|
app-text/scdoc
|
|
dev-util/wayland-scanner
|
|
"
|
|
RDEPEND="
|
|
x11-libs/cairo
|
|
x11-libs/pango
|
|
dev-libs/wayland
|
|
x11-libs/libxkbcommon
|
|
"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
dev-libs/wayland-protocols
|
|
"
|