Skip to content

Commit 76783d9

Browse files
committed
bash-language-server: update to 5.6.0, adopt.
1 parent 2811b94 commit 76783d9

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

srcpkgs/bash-language-server/template

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Template file for 'bash-language-server'
22
pkgname=bash-language-server
3-
version=5.0.0
3+
version=5.6.0
44
revision=1
55
hostmakedepends="pnpm"
66
depends="nodejs"
77
short_desc="Bash language server"
8-
maintainer="sirkhancision <jsantiago12tone@gmail.com>"
8+
maintainer="Alex March <alex@hosaka.cc>"
99
license="MIT"
1010
homepage="https://github.com/bash-lsp/bash-language-server"
1111
distfiles="https://github.com/bash-lsp/bash-language-server/archive/refs/tags/server-${version}.tar.gz"
12-
checksum=ef8d104591cfcddf85da14af9585d8f0ab97f12e158df67ab50900f7342e353a
12+
checksum=54025af2243bcb7a08300662ad919847c084abfa1913dee2151b2ff7ca0cf8c9
1313

1414
do_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}

0 commit comments

Comments
 (0)