aboutsummaryrefslogtreecommitdiffstats
path: root/community/neovim
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-01 00:06:48 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-01 00:06:48 +0200
commit7f96d4f202e5e16f787270cda38b8defcbf8aae0 (patch)
tree1457c5da524ceab96c1695b5a789443009cb6924 /community/neovim
parent0e96c0868c0a9214766cee3b9878079a8a67ed1a (diff)
downloadaports-7f96d4f202e5e16f787270cda38b8defcbf8aae0.tar.bz2
aports-7f96d4f202e5e16f787270cda38b8defcbf8aae0.tar.xz
Revert "community/neovim: move from testing"
This reverts commit 0e96c0868c0a9214766cee3b9878079a8a67ed1a. Some dependencies are still in testing. Sorry for that, I should rather go sleep now.
Diffstat (limited to 'community/neovim')
-rw-r--r--community/neovim/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD
deleted file mode 100644
index 736942a3c2..0000000000
--- a/community/neovim/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Daniel Sabogal <dsabogalcc@gmail.com>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=neovim
-pkgver=0.1.5
-pkgrel=0
-pkgdesc="Vim-fork that aims to simplify maintainance and enhance user experience"
-url="https://neovim.io"
-arch="all"
-license="ASL-2.0 custom"
-depends=""
-makedepends="cmake gettext-dev libtermkey-dev libuv-dev libvterm-dev
- lua5.1-lpeg lua5.1-mpack luajit-dev msgpack-c-dev unibilium-dev"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/neovim/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- mkdir -p "$builddir"/build
- cd "$builddir"/build
-
- cmake .. \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_JEMALLOC=OFF \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$builddir"/build
- make DESTDIR="$pkgdir/" install || return 1
-}
-
-md5sums="27598e4ee52b6c02af2b5353fe99b6e4 neovim-0.1.5.tar.gz"
-sha256sums="f286ff7994ef1835272285425d65804063f112c91925fee3ef8865282a6d2b7e neovim-0.1.5.tar.gz"
-sha512sums="3332b151d23b4f2b133b8f30f4af41686f7092cebbc7ab402b742be7b302bb6acbe9a01c2f475caad8d14a78dd3570109a5c447ab31f0b65ebf442631a31c6f9 neovim-0.1.5.tar.gz"