eth0s/toolchain/40-lz4
2019-11-04 17:57:57 +08:00

9 lines
164 B
Text
Executable file

name=lz4
version=1.9.2
source=(https://github.com/lz4/lz4/archive/v$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/tools
make PREFIX=/tools install
}