# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=libre2 _pkgname=re2 pkgver=2018.04.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="Efficient, principled regular expression library" url="https://github.com/google/re2" arch="all" license="BSD-3-Clause" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/google/$_pkgname/archive/$_pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$_pkgver build() { cd "$builddir" make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" prefix=/usr install install -Dm644 LICENSE \ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } sha512sums="862d9bcb574ea986b1497d6c079104a0cf27b418a6ec8c24047f0d43ede2c8f7f0bdc6a3ccddaeb746f0d821e3e7fd701f438d7fed101db969785c4b344e0462 2018-04-01.tar.gz"