blob: 9bfa416047d289e964cabaa6827928d2509dc656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
MAKEDEPS=""
DEPS="xiutils parseconf tar unzip"
SOURCE=https://git.davidovski.xyz/xilinux/xib.git
DESC="Tools for building xipkgs on XiLinux"
package () {
make install
}
|