[package] name = "dwl" version = "0.7" description = "Dynamic window manager for Wayland (dwm-like)" url = "https://codeberg.org/dwl/dwl" license = "GPL-3.0" [source] url = "https://codeberg.org/dwl/dwl/archive/v${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["wlroots", "wayland", "wayland-protocols", "libinput", "xwayland"] build = ["gcc", "make", "pkg-config"] [build] system = "custom" configure = """""" make = """make""" install = """make DESTDIR=${PKG} PREFIX=/usr install"""