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

recipes/utils/re2/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: re2
pkgver: '20240702'
pkgrel: '8'
pkgdesc: 'C++ library for fast, safe, thread-friendly alternative to backtracking regular expression engines'
url: 'https://github.com/google/re2'
arch: x86_64
license:
- BSD

depends: []
makedepends:
- 'abseil-cpp'

source:
- 'https://github.com/google/re2/archive/2024-07-02.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make prefix=/usr
  make prefix=/usr DESTDIR=${PKGDIR} install
  install -Dm644 LICENSE \
  ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE

package: |
  true