commit fb3f71e

chld  ·  2026-08-29 04:05:14 +0000 UTC
parent 1310a34
dash: init
2 files changed,  +16, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: dash
3+description: debian almquist shell: a fast, super minimal system shell
4+license: 3BSD
5+upstream:
6+version: 0.5.13
7+maintainer: chld
+10, -0
 1@@ -0,0 +1,10 @@
 2+#!/bin/sh -ue
 3+NAME=dash
 4+VERSION=0.5.13
 5+RELEASE=1
 6+SOURCE="http://gondor.apana.org.au/~herbert/${NAME}/files/${NAME}-${VERSION}.tar.gz"
 7+prebuild(){
 8+    export CFLAGS="$CFLAGS -Oz"
 9+}
10+
11+. ${0%/*}/../../libsh/libdmake.sh