eth0s/toolchain/28-xz
2021-04-18 08:19:42 +08:00

10 lines
154 B
Text
Executable file

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