diff options
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg.xibuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild new file mode 100644 index 0000000..f18745f --- /dev/null +++ b/repo/xi/xipkg.xibuild @@ -0,0 +1,11 @@ +#!/bin/bash + +DEPS=(tar python python-requests) + +SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git +DESC="The xilinux package manager" + +build () { + make + make DESTDIR=$PKG_DEST install +} |