diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:45:29 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:45:29 +0000 |
commit | c9107f36db837bd3ede97a9b3cf7b1c56d66eddd (patch) | |
tree | f4e934280b5aaf908dec130470d916016ed9da94 /system/grep/APKBUILD | |
parent | 7417c7aaf9619beaa518e0b4f392074dcee66724 (diff) | |
download | packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.gz packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.bz2 packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.xz packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.zip |
system/g*: fix metadata
Diffstat (limited to 'system/grep/APKBUILD')
-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 |