diff options
Diffstat (limited to 'user/fish/APKBUILD')
-rw-r--r-- | user/fish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/fish/APKBUILD b/user/fish/APKBUILD index 271690df5..9754c4a0b 100644 --- a/user/fish/APKBUILD +++ b/user/fish/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Modern interactive commandline shell" url="http://www.fishshell.com" arch="all" -options="!check" # no tests +options="!check" # No test suite. license="BSD-3-Clause AND BSD-2-Clause AND GPL-2.0+ AND GPL-2.0-only AND ISC" depends="bc" depends_dev="$pkgname-tools" |