mirror of
https://codeberg.org/gigirassy/nune-gentoo-overlay
synced 2026-08-30 15:37:39 +00:00
35 lines
613 B
Bash
35 lines
613 B
Bash
EAPI=8
|
|
|
|
inherit meson
|
|
|
|
DESCRIPTION="Minimal stacking Wayland compositor using wlroots"
|
|
HOMEPAGE="https://github.com/uncognic/steppewm"
|
|
SRC_URI="https://github.com/uncognic/steppewm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3-or-later"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
DEPEND="
|
|
dev-libs/libinput
|
|
x11-libs/libxkbcommon
|
|
dev-libs/wayland
|
|
dev-libs/wayland-protocols
|
|
gui-libs/wlroots:0.20
|
|
dev-lang/lua:5.4
|
|
x11-libs/cairo
|
|
x11-libs/pixman
|
|
dev-cpp/sdbus-c++
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
BDEPEND="
|
|
dev-build/meson
|
|
dev-build/ninja
|
|
virtual/pkgconfig
|
|
"
|
|
|
|
src_configure() {
|
|
meson_src_configure
|
|
} |