summaryrefslogtreecommitdiff
path: root/repo/xi/xipkg.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-20 22:24:40 +0000
committerdavidovski <david@davidovski.xyz>2022-02-20 22:24:40 +0000
commit89b5a85612b18da918f92570cc54623d73e78b82 (patch)
tree3b3eb7bbbf5c77ae857e2ca2a2fb4e3567b3702a /repo/xi/xipkg.xibuild
parentc9a7a61f19a275e9d2daa1d38a06d9b5e42690a9 (diff)
built wireless tools
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-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 () {