commit e1f41a3
chld
·
2026-09-04 12:27:47 +0000 UTC
parent a190117
libtsm: init
2 files changed,
+14,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: libtsm
3+description: teminal emulator state machine
4+license: LGPL-2.1
5+upstream: https://github.com/kmscon/libtsm
6+version: git
7+maintainer:
+8,
-0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=libtsm
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/kmscon/${NAME}"
7+BUILD_OPT="-Ddefault_library=static"
8+
9+. ${0%/*}/../../libsh/libdmake.sh