diff options
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-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 () { |