From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Tue, 31 May 2022 11:05:19 +0100
Subject: removed idea of repos

---
 repo/sh/sh.xibuild | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 repo/sh/sh.xibuild

(limited to 'repo/sh')

diff --git a/repo/sh/sh.xibuild b/repo/sh/sh.xibuild
new file mode 100644
index 0000000..db37812
--- /dev/null
+++ b/repo/sh/sh.xibuild
@@ -0,0 +1,6 @@
+#!/bin/sh
+DEPS="dash"
+MAKEDEPS=""
+
+DESC="The system shell"
+
-- 
cgit v1.2.1