guile-lsp-server-git

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

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

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 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

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 01:16:09 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