eth0s/toolchain/40-lz4

10 lines
164 B
Text
Raw Normal View History

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
}