Skip to content

Commit 107d5ea

Browse files
hosakaDuncaen
authored andcommitted
bash-language-server: update to 5.6.0.
1 parent 6c67475 commit 107d5ea

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

srcpkgs/bash-language-server/template

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
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)