Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
94a07981
Commit
94a07981
authored
10 months ago
by
achill (fossdd)
Committed by
Natanael Copa
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/neovim: upgrade to 0.10.0
parent
f403a720
No related branches found
No related tags found
1 merge request
!66033
community/neovim: upgrade to 0.10.0
Pipeline
#235806
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/neovim/APKBUILD
+11
-3
11 additions, 3 deletions
community/neovim/APKBUILD
with
11 additions
and
3 deletions
community/neovim/APKBUILD
+
11
−
3
View file @
94a07981
...
...
@@ -3,12 +3,13 @@
#
# TODO: Try to trim the base package to include only common syntax files etc.
pkgname
=
neovim
pkgver
=
0.
9.5
pkgver
=
0.
10.0
pkgrel
=
0
pkgdesc
=
"Vim-fork focused on extensibility and agility"
url
=
"https://neovim.io/"
arch
=
"all"
license
=
"Apache-2.0 AND Vim"
depends
=
"lua5.1-lpeg"
makedepends
=
"
cmake
gettext-dev
...
...
@@ -17,7 +18,6 @@ makedepends="
libuv-dev
libvterm-dev
lua-luv-dev
lua5.1-lpeg
lua5.1-mpack
msgpack-c-dev
samurai
...
...
@@ -31,6 +31,7 @@ case "$CARCH" in
*
)
makedepends
=
"
$makedepends
luajit-dev"
;;
esac
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
options
=
"!check"
# unit and functional tests fail
source
=
"https://github.com/neovim/neovim/archive/v
$pkgver
/neovim-
$pkgver
.tar.gz
nodoc.txt
"
...
...
@@ -63,6 +64,13 @@ build() {
cmake
--build
build
}
check
()
{
msg
"Running unit tests"
cmake
--build
build
--target
test
/unittest
msg
"Running functional tests"
cmake
--build
build
--target
test
/functionaltest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
...
...
@@ -91,6 +99,6 @@ doc() {
}
sha512sums
=
"
6e20d0a1d506dc292dd68dabe4b5635f86c019ca832f9927e907377e6d21f
e776
5b3010f5bba644bb2d7a76c178d55b290af24856a7e3c4083a1aa60bc496775
neovim-0.
9.5
.tar.gz
878cb58729a18179b38303bd9cf79e38997c87946665ac4
e7
b
76
d87e15f5d001028fd1454ce30b20773b20a4fe929dfa399fc2ec7f6db0774a4e864c9e8586c1
neovim-0.
10.0
.tar.gz
72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment