🔒 Repository is read-only – file editing is disabled.

recipes/core/zstd/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
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