blob: 0ec4c50d539f15ad7994b65136884885d2440398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
EAPI=8
inherit meson
DESCRIPTION="Launcher for wlroots-based wayland compositors"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/wayland
gui-libs/gtk
"
BDEPEND=""
|