diff options
Diffstat (limited to 'system/grep')
-rw-r--r-- | system/grep/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD index 962d7d1e1..e8225712c 100644 --- a/system/grep/APKBUILD +++ b/system/grep/APKBUILD @@ -4,12 +4,13 @@ pkgname=grep pkgver=3.3 pkgrel=0 -pkgdesc="Searches input files for lines containing a match to a specified pattern" +pkgdesc="Pattern matching utilities" url="https://www.gnu.org/software/grep/grep.html" arch="all" license="GPL-3.0+" -makedepends="pcre-dev autoconf automake" +depends="" checkdepends="coreutils bash diffutils" +makedepends="pcre-dev autoconf automake" subpackages="$pkgname-doc $pkgname-lang" source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz gnulib-tests-dont-require-gpg-passphrase.patch |