lazyverilog

LOW
maintainer bwisn 0 votes scanned 2026-08-29 19:40:31.595196
View on AUR
Why flagged

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

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.

PKGBUILD

1pkgname=lazyverilog
2pkgver=1.3.6
3pkgrel=1
4epoch=
5pkgdesc="A fast, practical SystemVerilog LSP for RTL coding."
6arch=("any")
7url="https://github.com/lazyverilog/LazyVerilog"
8license=("MIT")
9groups=()
10makedepends=("boost" "cmake")
11checkdepends=()
12optdepends=()
13provides=()
14conflicts=()
15replaces=()
16backup=()
17options=()
18install=
19changelog=
20source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lazyverilog/LazyVerilog/archive/v${pkgver}.tar.gz")
21noextract=()
22
23validpgpkeys=()
24
25build() {
26 cd "LazyVerilog"
27 mkdir -p build
28 cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
29 cmake --build build -j$(nproc) --target lazyverilog-lsp
30}
31
32package() {
33 cd "LazyVerilog/build"
34 install -Dm755 lazyverilog-lsp "$pkgdir/usr/bin/lazyverilog-lsp"
35}
36
37md5sums=('459975bc5ff47e549b9eda6c21a4f10b')
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 19:40:31 Low 1

Report a package

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

0 / 4000
Your suggestion