commit 1c38fad

chld  ·  2026-09-06 17:08:50 +0000 UTC
parent 0cb10a1
twin: init
3 files changed,  +16, -0
+2, -0
1@@ -0,0 +1,2 @@
2+/netbsd-curses
3+/libz
+6, -0
1@@ -0,0 +1,6 @@
2+name: twin
3+description: Textmode WINdow enviroment
4+license: GPL-2.0
5+upstream: https://github.com/cosmos72/twin
6+version: git
7+maintainer:
+8, -0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=twin
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/cosmos72/${NAME}"
7+BUILD_OPT="--enable-static --disable-shared"
8+
9+. ${0%/*}/../../libsh/libdmake.sh