summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/xipkg.xibuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index b7445c2..5cc965d 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -1,13 +1,14 @@
#!/bin/bash
-MAKEDEPS=(python make zip)
-DEPS=(tar python python-requests curl)
+MAKEDEPS=(make)
+DEPS=(dash xiutils findutils diffutils sed xichroot)
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
+BRANCH="rewrite"
DESC="The xilinux package manager"
build () {
- make || true
+ make
}
package () {