# Maintainer: Adria Arrufat pkgname=ugrep pkgver=3.2.1 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=('a377b399227296caeca3e1b8945fcfc12001e78ad735f9d3d63d8015082608ee') 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 }