# Maintainer: Adria Arrufat pkgname=ugrep pkgver=3.3.4 pkgrel=1 pkgdesc="Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more." arch=(x86_64) license=(BSD-3) url="https://github.com/Genivia/ugrep" depends=(bzip2 lz4 pcre2 xz zlib) source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz") sha256sums=('b5eca59aa67020052e5f796dfaddc1cb30ee9dd6e4cd89fb5cde1e3f110584ff') build() { cd ${pkgname}-${pkgver} ./build.sh --prefix=${pkgdir}/usr/ } package() { cd ${pkgname}-${pkgver} make install install -D -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }