commit 42b9802

chld  ·  2026-09-01 12:21:33 +0000 UTC
parent 5e6b809
dvtm: init
3 files changed,  +13, -0
+1, -0
1@@ -0,0 +1 @@
2+/netbsd-curses
+6, -0
1@@ -0,0 +1,6 @@
2+name: dvtm
3+description: dynamic virtual terinal multiplexer
4+license: MIT
5+upstream: https://github.com/micha/dvtm
6+version: git
7+maintainer:
+6, -0
1@@ -0,0 +1,6 @@
2+#!/bin/sh -ue
3+NAME=dvtm
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/mihca/${NAME}"
7+. ${0%/*}/../../libsh/libdmake.sh