Search Criteria
Package Details: docker-language-server 0.20.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/docker-language-server.git (read-only, click to copy) |
|---|---|
| Package Base: | docker-language-server |
| Description: | Language server for Dockerfiles, Compose and Bake files |
| Upstream URL: | https://github.com/docker/docker-language-server |
| Licenses: | Apache |
| Submitter: | Kharec |
| Maintainer: | Kharec |
| Last Packager: | Kharec |
| Votes: | 1 |
| Popularity: | 0.012371 |
| First Submitted: | 2025-10-09 08:17 (UTC) |
| Last Updated: | 2025-10-15 13:46 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
ZhangHua commented on 2025-10-20 05:43 (UTC) (edited on 2025-10-20 05:44 (UTC) by ZhangHua)
Hey, Kharec, thank you for maintaining this package, but this PKGBUILD needs some improvements:
Apacheis not a valid SPDX License Identifier, it should beApache-2.0according to the license indicator on github webpage.$SRCDESTfor many PKGBUILDs, like creating a custom pacman repository. You can use${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gzto achieve that.build()to meet Go package guidelines's requirements. This means we need to removeCGO_ENABLED=0and add some other environment variables. Don't worry, I have tested and the build steps succeeded, program also works normally. If you removedCGO_ENABLED=0, then you need to addglibcindependsbecause the program binary depends on it.docker-langserversymbol link. Actuallydocker-language-servercannot replacedockerfile-language-server. Becausedocker-language-server's launch command isdocker-language-server start --stdio, whiledockerfile-language-server's isdocker-langserver --stdio. Their parameters to launch are not same.