File tree Expand file tree Collapse file tree
srcpkgs/bash-language-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'bash-language-server'
22pkgname=bash-language-server
3- version=5.0 .0
3+ version=5.6 .0
44revision=1
55hostmakedepends="pnpm"
66depends="nodejs"
77short_desc="Bash language server"
8- maintainer="sirkhancision <jsantiago12tone@gmail.com >"
8+ maintainer="Alex March <alex@hosaka.cc >"
99license="MIT"
1010homepage="https://github.com/bash-lsp/bash-language-server"
1111distfiles="https://github.com/bash-lsp/bash-language-server/archive/refs/tags/server-${version}.tar.gz"
12- checksum=ef8d104591cfcddf85da14af9585d8f0ab97f12e158df67ab50900f7342e353a
12+ checksum=54025af2243bcb7a08300662ad919847c084abfa1913dee2151b2ff7ca0cf8c9
1313
1414do_build() {
1515 pnpm install --frozen-lockfile
@@ -21,10 +21,13 @@ do_install() {
2121 cd server
2222
2323 rm -r node_modules
24- npm install --production
24+ npm install --omit=dev
2525
2626 vmkdir ${TARGET_PATH}
27- vcopy * ${TARGET_PATH}
27+ vcopy node_modules ${TARGET_PATH}
28+ vcopy out ${TARGET_PATH}
29+ vcopy package.json ${TARGET_PATH}
30+ vcopy tree-sitter-bash.wasm ${TARGET_PATH}
2831
2932 vmkdir usr/bin
3033 ln -sf /${TARGET_PATH}/out/cli.js ${DESTDIR}/usr/bin/${pkgname}
You can’t perform that action at this time.
0 commit comments