commit 7dfcdc9

chld  ·  2026-08-23 04:53:55 +0000 UTC
parent deab472
dwl: init
3 files changed,  +25, -0
+13, -0
 1@@ -0,0 +1,13 @@
 2+.muon
 3+.samurai
 4+/wayland
 5+.wayland-protocols
 6+/libdrm
 7+/libinput
 8+/libudev-zero
 9+/libxkbcommon
10+/pixman
11+/seatd
12+/libdisplay-info
13+/hwdata
14+.wlroots
+6, -0
1@@ -0,0 +1,6 @@
2+name: dwl
3+description: dwm for wlroots
4+license: MIT
5+upstream: https://codeberg.org/dwl/dwl
6+version: git
7+maintainer:
+6, -0
1@@ -0,0 +1,6 @@
2+#!/bin/sh -ue
3+NAME=dwl
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://codeberg.org/dwl/dwl.git"
7+. ${0%/*}/../../libsh/libdmake.sh