9 lines
164 B
Text
Executable file
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
|
|
}
|