summaryrefslogtreecommitdiff
path: root/repo/xiutils/parseconf.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xiutils/parseconf.xibuild')
-rw-r--r--repo/xiutils/parseconf.xibuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/repo/xiutils/parseconf.xibuild b/repo/xiutils/parseconf.xibuild
new file mode 100644
index 0000000..559cda3
--- /dev/null
+++ b/repo/xiutils/parseconf.xibuild
@@ -0,0 +1,7 @@
+DESC="Simple config file parser"
+
+DEPS="sh"
+
+package () {
+ add_from_main usr/bin/parseconf
+}