commit 84efded

chld  ·  2026-09-04 12:34:14 +0000 UTC
parent c41b393
kmscon: init
3 files changed,  +18, -0
+4, -0
1@@ -0,0 +1,4 @@
2+/libudev-zero
3+/libtsm
4+/libxkbcommon
5+.linux-headers
+6, -0
1@@ -0,0 +1,6 @@
2+name: kmscon
3+description: a modern replacement for the tty
4+license: MIT
5+upstream: https://github.com/kmscon/kmscon
6+version: git
7+maintainer:
+8, -0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=kmscon
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/kmscon/${NAME}"
7+BUILD_OPT="-Ddefault_library=static -Dtests=false -Dextra_debug=false -Ddocs=disabled -Dlibseat=disabled -Dfont_pango=disabled -Ddbus=disabled -Drenderer_gltex=disabled"
8+
9+. ${0%/*}/../../libsh/libdmake.sh