From 9d965006a98553a7492532b707757685fa99fc7b Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 21:04:28 +0100 Subject: added xipkg --- repo/extra/xipkg.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/extra/xipkg.xibuild (limited to 'repo/extra/xipkg.xibuild') diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild new file mode 100644 index 0000000..f89a97d --- /dev/null +++ b/repo/extra/xipkg.xibuild @@ -0,0 +1,16 @@ +#!/bin/bash + +DEPS=(bash tar) + +SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git +DESC="The xilinux package manager" + +build () { + make +} + +package () { + mkdir -pv $PKG_DEST/usr/bin + cp -v ./bin/xi $PKG_DEST/usr/bin/ +} + -- cgit v1.2.1