slingshot-git
LOW
maintainer Bloeckchengrafik
0 votes
scanned 2026-09-26 17:15:25.581789
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
# Maintainer: Christian Bergschneider <christian.bergschneider@gmx.de>
2
3
pkgname=slingshot-git
4
pkgver=r276.f9a3673
5
pkgrel=1
6
pkgdesc="SystemVerilog language server based on Slang"
7
arch=('x86_64')
8
url="https://github.com/mlyoung101/slingshot"
9
license=('MPL-2.0')
10
depends=('gcc-libs')
11
makedepends=('git' 'cmake' 'ninja' 'clang')
12
provides=('slingshot')
13
conflicts=('slingshot')
14
source=("git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd slingshot
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cmake -S slingshot -B build -G Ninja \
24
-DCMAKE_BUILD_TYPE=Release \
25
-DCMAKE_C_COMPILER=clang \
26
-DCMAKE_CXX_COMPILER=clang++
27
28
cmake --build build
29
}
30
31
package() {
32
install -Dm755 build/slingshot "$pkgdir/usr/bin/slingshot"
33
install -Dm644 slingshot/LICENSE.txt \
34
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 17:15:25 | Low | 1 |