diff options
author | Zach van Rijn <me@zv.io> | 2025-07-27 20:32:10 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2025-08-10 15:42:53 -0500 |
commit | 956375395bfc63c5b98dcf5b8ba78e52e3ea53b3 (patch) | |
tree | c9a9ff030f7d1b70db1cd52528223bdf864c446f /user/fish | |
parent | da951206b8ca8294ffc75870b39c2d5af6aefff1 (diff) | |
download | packages-zv/hotfixes.tar.gz packages-zv/hotfixes.tar.bz2 packages-zv/hotfixes.tar.xz packages-zv/hotfixes.zip |
FIXME: only to get the tree to buildzv/hotfixes
Diffstat (limited to 'user/fish')
-rw-r--r-- | user/fish/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/fish/APKBUILD b/user/fish/APKBUILD index 0544bd24b..1374ae751 100644 --- a/user/fish/APKBUILD +++ b/user/fish/APKBUILD @@ -5,6 +5,7 @@ pkgver=3.7.1 pkgrel=0 pkgdesc="Modern interactive commandline shell" url="http://www.fishshell.com" +options="!check" arch="all" license="BSD-3-Clause AND BSD-2-Clause AND GPL-2.0+ AND GPL-2.0-only AND ISC" depends="bc groff" |