diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 22:24:40 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 22:24:40 +0000 |
commit | 89b5a85612b18da918f92570cc54623d73e78b82 (patch) | |
tree | 3b3eb7bbbf5c77ae857e2ca2a2fb4e3567b3702a /repo/xi | |
parent | c9a7a61f19a275e9d2daa1d38a06d9b5e42690a9 (diff) |
built wireless tools
Diffstat (limited to 'repo/xi')
-rw-r--r-- | repo/xi/xipkg.xibuild | 7 |
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 () { |