commit 88bf172
chld
·
2026-08-26 00:54:07 +0000 UTC
parent 15eb3e1
mojito: init
3 files changed,
+19,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+.pixman
3+.fontconfig
4+.wayland
5+.wayland-protocols
6+.neuwld
7+.neuswc
+6,
-0
1@@ -0,0 +1,6 @@
2+name: mojito
3+description: a sucky lemon-scented neuware bar
4+license:
5+upstream: https://git.sr.ht/~dlm/mojito
6+version: git
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=mojito
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://git.sr.ht/~dlm/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh