diff options
author | Leo Unglaub <leo@unglaub.at> | 2017-11-17 00:23:10 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-18 21:29:15 +0100 |
commit | 4b58dbd4902376bdc7d14790a2c5b7d5564add5f (patch) | |
tree | 37e663495110e238258858714972332c300857b6 /main/vim | |
parent | ddc785a7401070f19f25ea83c50c190436504648 (diff) | |
download | aports-4b58dbd4902376bdc7d14790a2c5b7d5564add5f.tar.bz2 aports-4b58dbd4902376bdc7d14790a2c5b7d5564add5f.tar.xz |
main/vim: disable checks
Vim does not provide checks at all. They are not even on
the agenda for future releases. Thats why i think it's better
to just disable them. Vim itself is pretty stable, so we don't
have to fear broken builds any time soon.
Diffstat (limited to 'main/vim')
-rw-r--r-- | main/vim/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD index ec99ad5b1f..3bfbb6bd8e 100644 --- a/main/vim/APKBUILD +++ b/main/vim/APKBUILD @@ -10,6 +10,7 @@ url="http://www.vim.org" arch="all" license="custom" depends="" +options="!check" # no tests available makedepends="ncurses-dev lua5.2-dev python3-dev" subpackages="$pkgname-doc ${pkgname}diff::noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz |