eth0s/toolchain/28-xz
2020-07-02 23:33:24 +08:00

10 lines
154 B
Text
Executable file

name=xz
version=5.2.4
source=(https://tukaani.org/xz/xz-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}