commit 274d2a2
chld
·
2026-08-29 02:59:35 +0000 UTC
parent d02d112
wev: init
3 files changed,
+21,
-0
+8,
-0
1@@ -0,0 +1,8 @@
2+/pixman
3+/fontconfig
4+/wayland
5+.wayland-protocols
6+/libxkbcommon
7+/freetype
8+/tllist
9+/fcft
+6,
-0
1@@ -0,0 +1,6 @@
2+name: wev
3+description: wayland event viewer
4+license: MIT
5+upstream: https://github.com/jwrdegoede/wev
6+version: git
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=wev
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/jwrdegoede/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh