lazyverilog
LOW
maintainer bwisn
0 votes
scanned 2026-08-29 19:40:31.595196
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
1
pkgname=lazyverilog
2
pkgver=1.3.6
3
pkgrel=1
4
epoch=
5
pkgdesc="A fast, practical SystemVerilog LSP for RTL coding."
6
arch=("any")
7
url="https://github.com/lazyverilog/LazyVerilog"
8
license=("MIT")
9
groups=()
10
makedepends=("boost" "cmake")
11
checkdepends=()
12
optdepends=()
13
provides=()
14
conflicts=()
15
replaces=()
16
backup=()
17
options=()
18
install=
19
changelog=
20
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lazyverilog/LazyVerilog/archive/v${pkgver}.tar.gz")
21
noextract=()
22
23
validpgpkeys=()
24
25
build() {
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
32
package() {
33
cd "LazyVerilog/build"
34
install -Dm755 lazyverilog-lsp "$pkgdir/usr/bin/lazyverilog-lsp"
35
}
36
37
md5sums=('459975bc5ff47e549b9eda6c21a4f10b')
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 19:40:31 | Low | 1 |