new repos
This commit is contained in:
@@ -23,11 +23,14 @@ sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
update_check = "https://codeberg.org/api/v1/repos/dwl/dwl/releases/latest"
|
||||
|
||||
[dependencies]
|
||||
run = ["wlroots", "wayland", "wayland-protocols", "libinput", "xwayland"]
|
||||
run = ["wlroots", "wayland", "wayland-protocols", "libinput", "xwayland", "libxcursor"]
|
||||
build = ["gcc", "make", "pkg-config"]
|
||||
|
||||
[build]
|
||||
system = "custom"
|
||||
configure = ""
|
||||
# Copy DarkForge config.h before building — dwl is configured at compile time
|
||||
# The config.h lives at /etc/dwl/config.h on the installed system and is also
|
||||
# deployed by the installer from configs/dwl/config.h
|
||||
configure = """cp /etc/dwl/config.h config.h 2>/dev/null || true"""
|
||||
make = "make"
|
||||
install = "make DESTDIR=${PKG} PREFIX=/usr install"
|
||||
|
||||
Reference in New Issue
Block a user