guile-lsp-server-git
The package builds from a publicly accessible Git repository on Codeberg, a legitimate forge; the source is not a prebuilt binary, and the only risk is from the unverifiable git checkout due to SKIP'd checksum, which is common for -git packages and poses low risk as the code can be inspected.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a publicly accessible Git repository on Codeberg, a legitimate forge; the source is not a prebuilt binary, and the only risk is from the unverifiable git checkout due to SKIP'd checksum, which is common for -git packages and poses low risk as the code can be inspected.
PKGBUILD
pkgname=guile-lsp-server-git
pkgver=r481.gbda8785
pkgrel=1
pkgdesc="LSP server for Scheme (Guile implementation)"
arch=('any')
url="https://codeberg.org/rgherdt/scheme-lsp-server"
license=('GPL3')
depends=('guile')
makedepends=('git' 'autoconf' 'automake' 'make')
provides=('guile-lsp-server')
conflicts=('guile-lsp-server')
source=("git+https://codeberg.org/rgherdt/scheme-lsp-server.git")
sha256sums=('SKIP')
pkgver() {
cd "scheme-lsp-server"
printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "scheme-lsp-server/guile"
./scripts/install-deps.sh --prefix="${srcdir}/dep-install"
export GUILE_LOAD_PATH="${srcdir}/dep-install/share/guile/site/3.0:$GUILE_LOAD_PATH"
export GUILE_LOAD_COMPILED_PATH="${srcdir}/dep-install/lib/guile/3.0/site-ccache:$GUILE_LOAD_COMPILED_PATH"
autoreconf -ivf
./configure --prefix=/usr
make
}
package() {
cd "scheme-lsp-server/guile"
./scripts/install-deps.sh --prefix="${pkgdir}/usr"
make DESTDIR="${pkgdir}" install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 01:16:09 | Low | 2 |