From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/xiutils/parseconf.xibuild | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repo/xiutils/parseconf.xibuild (limited to 'repo/xiutils/parseconf.xibuild') 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 +} -- cgit v1.2.1