# Maintainer: PktSurf app=zstd version=1.5.2 build=1sml homepage="https://github.com/facebook/zstd" download="https://github.com/facebook/zstd/releases/download/v$version/zstd-$version.tar.gz" desc="Real-time compression algorithm providing high compression ratios" requires="gcc-libs zlib xz lz4" prepbuilddir() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions } build() { mkdir -p smbuild && cd smbuild cmake ../build/cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DZSTD_ZLIB_SUPPORT=ON \ -DZSTD_LZMA_SUPPORT=ON \ -DZSTD_LZ4_SUPPORT=ON \ -DZSTD_BUILD_STATIC=OFF \ -DZSTD_PROGRAMS_LINK_SHARED=ON make make install DESTDIR="$pkg" cp ../LICENSE $pkgdocs/ mkfinalpkg } sha512sums=" 7b7a6e3ca395eef68e40119f9168a0730d561b94b8fa5be9b3936ec7f86cad4b1333596604a260d3ab81d593de4bef9fad43d41eb9fe0d74e202173ef7f2728c zstd-1.5.2.tar.lz "