commit 77d0a04

chld  ·  2026-08-27 22:34:12 +0000 UTC
parent d5fecbd
srudge: init
2 files changed,  +16, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: srudge
3+description: a barebones revival of the original situation init
4+license:
5+upstream:
6+version: git
7+maintainer: chld
+10, -0
 1@@ -0,0 +1,10 @@
 2+#!/bin/sh -ue
 3+NAME=srudge
 4+VERSION=git
 5+RELEASE=1
 6+SOURCE="https://srcdump.net/chld/${NAME}.git"
 7+build(){
 8+    PREFIX="$PREFIX" DESTDIR="$PKG" BINDIR="/bin" SBINDIR="/sbin" sh install.sh
 9+}
10+
11+. ${0%/*}/../../libsh/libdmake.sh