pkgname: zstd pkgver: '1.5.7' pkgrel: '2' pkgdesc: 'real-time compression algorithm, providing high compression ratios.' url: 'https://facebook.github.io/zstd/' arch: x86_64 depends: [] makedepends: - zlib - xz - lz4 source: - 'https://github.com/facebook/zstd/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} make make DESTDIR=${PKGDIR} prefix=/usr install #something wrong here sed -i s@usr/local@usr@ ${PKGDIR}/usr/lib/pkgconfig/libzstd.pc package: | true