zls-git

MEDIUM
maintainer swiftscythe 4 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: nycex <nycex / cccp.org>
2_pkgbasename=zls
3pkgname=${_pkgbasename}-git
4pkgrel=1
5pkgver=r1683.f96b226
6pkgdesc="Zig LSP implementation + Zig Language Server"
7arch=('x86_64' 'aarch64' 'i686')
8url="https://github.com/zigtools/${_pkgbasename}"
9provides=('zls')
10conflicts=('zls')
11replaces=('zls-master-data-git')
12license=('MIT')
13depends=('zig')
14makedepends=('git')
15source=(git+https://github.com/zigtools/${_pkgbasename})
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "${srcdir}/${_pkgbasename}"
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build() {
24 cd "${srcdir}/${_pkgbasename}"
25 zig build -Doptimize=ReleaseSafe
26}
27
28package() {
29 cd "${srcdir}/${_pkgbasename}"
30
31 install -D -m755 zig-out/bin/$_pkgbasename "${pkgdir}/usr/bin/$_pkgbasename"
32 install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$_pkgbasename/LICENSE"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion