gnugrep: add to extra

This commit is contained in:
Dylan Araps 2021-06-30 14:49:45 +00:00
parent 12f128320f
commit 698a8065bf
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 14 additions and 0 deletions

11
extra/gnugrep/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -Wno-error -static"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
install -Dm755 src/grep "$1/usr/bin/ggrep"

1
extra/gnugrep/checksums Normal file
View File

@ -0,0 +1 @@
667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e

1
extra/gnugrep/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz

1
extra/gnugrep/version Normal file
View File

@ -0,0 +1 @@
3.6 1