From 89b5a85612b18da918f92570cc54623d73e78b82 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Feb 2022 22:24:40 +0000 Subject: built wireless tools --- repo/xi/xipkg.xibuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'repo/xi/xipkg.xibuild') 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 () { -- cgit v1.2.1