description="Very fast lossless compression algorithm"
url="https://github.com/Cyan4973/lz4"

packager="Grat-OS Team"
maintainer="rems"

name=lz4
version=1.10.0
release=3

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/Cyan4973/lz4/archive/v$version.tar.gz)

build() {
cd $name-$version

make PREFIX=/usr
make install PREFIX=/usr DESTDIR=$PKG
}
