Fix dependencies and enable perl regular expressions

This commit is contained in:
2025-03-12 21:20:37 +02:00
parent d767d8e227
commit acab58da62
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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