guile-lsp-server

LOW
maintainer Jakepys 0 votes scanned 2026-09-27 03:16:18.279095
View on AUR
Why flagged

The package builds from a public Git repository hosted on Codeberg, which is plausibly the project's official source; the only concerns are a skipped checksum and recent upload with few votes, but it does not execute untrusted remote code or install prebuilt binaries from ambiguous sources.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public Git repository hosted on Codeberg, which is plausibly the project's official source; the only concerns are a skipped checksum and recent upload with few votes, but it does not execute untrusted remote code or install prebuilt binaries from ambiguous sources.

PKGBUILD

1pkgname=guile-lsp-server
2pkgver=0.4.10
3pkgrel=1
4pkgdesc="An LSP server for Scheme. (Guile implementation)"
5arch=('any')
6url="https://codeberg.org/rgherdt/scheme-lsp-server"
7license=('MIT')
8depends=('guile')
9makedepends=('git' 'autoconf' 'automake' 'make')
10provides=('guile-lsp-server')
11conflicts=('guile-lsp-server-git')
12source=("git+https://codeberg.org/rgherdt/scheme-lsp-server.git#tag=${pkgver}")
13sha256sums=('SKIP')
14
15build() {
16 cd "scheme-lsp-server/guile"
17
18 ./scripts/install-deps.sh --prefix="${srcdir}/dep-install"
19
20 export GUILE_LOAD_PATH="${srcdir}/dep-install/share/guile/site/3.0:$GUILE_LOAD_PATH"
21 export GUILE_LOAD_COMPILED_PATH="${srcdir}/dep-install/lib/guile/3.0/site-ccache:$GUILE_LOAD_COMPILED_PATH"
22
23 autoreconf -ivf
24
25 ./configure --prefix=/usr
26 make
27}
28
29package() {
30 cd "scheme-lsp-server/guile"
31
32 ./scripts/install-deps.sh --prefix="${pkgdir}/usr"
33
34 make DESTDIR="${pkgdir}" install
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 03:16:18 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion