Fix dependencies and enable perl regular expressions
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: grep
|
||||
description: GNU string search utility
|
||||
version: 3.11
|
||||
revision: 2
|
||||
url: https://www.gnu.org/software/grep/
|
||||
license: GPL3
|
||||
architecture: any
|
||||
depends: ["glibc"]
|
||||
make_depends: ["bash","binutils","coreutils","diffutils","gcc","gettext","glibc","grep","make","patch","sed","texinfo"]
|
||||
depends: ["glibc", "pcre2"]
|
||||
make_depends: ["texinfo"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user