mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-04 18:10:45 +00:00
packages/lua-language-server
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
--- ./3rd/bee.lua/compile/common.lua.orig 2022-04-25 20:22:14.467597473 +0530
|
||||
+++ ./3rd/bee.lua/compile/common.lua 2022-04-25 20:22:57.767597457 +0530
|
||||
@@ -42,6 +42,7 @@
|
||||
--- ./3rd/bee.lua/compile/common.lua.orig 2022-07-06 09:09:29.126611036 +0530
|
||||
+++ ./3rd/bee.lua/compile/common.lua 2022-07-06 09:10:43.506611007 +0530
|
||||
@@ -68,6 +68,7 @@
|
||||
}
|
||||
},
|
||||
android = {
|
||||
+ ldflags = "-landroid-spawn",
|
||||
sources = {
|
||||
"!bee/**/*_win.cpp",
|
||||
"!bee/**/*_osx.cpp",
|
||||
|
||||
sources = need {
|
||||
"linux",
|
||||
"posix",
|
||||
|
||||
@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE="https://github.com/sumneko/lua-language-server"
|
||||
TERMUX_PKG_DESCRIPTION="Sumneko Lua Language Server coded in Lua"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="Aditya Alok <alok@termux.org>"
|
||||
TERMUX_PKG_VERSION="3.4.0"
|
||||
TERMUX_PKG_VERSION="3.4.1"
|
||||
TERMUX_PKG_GIT_BRANCH="${TERMUX_PKG_VERSION}"
|
||||
TERMUX_PKG_SRCURL="https://github.com/sumneko/lua-language-server.git"
|
||||
TERMUX_PKG_DEPENDS="libandroid-spawn"
|
||||
|
||||
Reference in New Issue
Block a user