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

recipes/core/grep/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: grep
pkgver: '3.12'
pkgrel: '3'
pkgdesc: Searches input(s) file(s) for lines containing a match to a specified pattern.
url: 'https://www.gnu.org/software/grep/'
arch: x86_64
depends: []
makedepends:
- perl
- pcre2
source:
- 'https://ftp.gnu.org/gnu/grep/grep-${pkgver}.tar.xz'
sha256sums:
- 2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9
build: |
  cd grep-${pkgver}

  ./configure --prefix=/usr
  make
  make -k check || true
  make DESTDIR=${PKGDIR} install
package: |
  true