summaryrefslogtreecommitdiff
path: root/system/vim/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/vim/APKBUILD')
-rw-r--r--system/vim/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/vim/APKBUILD b/system/vim/APKBUILD
index abed04ed8..88eb53baa 100644
--- a/system/vim/APKBUILD
+++ b/system/vim/APKBUILD
@@ -9,9 +9,9 @@ pkgrel=0
pkgdesc="advanced text editor"
url="http://www.vim.org"
arch="all"
-license="custom"
-depends=""
options="!check" # requires controlling TTY, and fails with musl locales
+license="Vim"
+depends=""
makedepends_host="acl-dev ncurses-dev"
[ "$CBUILD" != "$CHOST" ] || makedepends_host="$makedepends_host perl-dev python3-dev"
subpackages="$pkgname-doc ${pkgname}diff::noarch"