slingshot-git

LOW
maintainer Bloeckchengrafik 0 votes scanned 2026-09-26 17:15:25.581789
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

1# Maintainer: Christian Bergschneider <christian.bergschneider@gmx.de>
2
3pkgname=slingshot-git
4pkgver=r276.f9a3673
5pkgrel=1
6pkgdesc="SystemVerilog language server based on Slang"
7arch=('x86_64')
8url="https://github.com/mlyoung101/slingshot"
9license=('MPL-2.0')
10depends=('gcc-libs')
11makedepends=('git' 'cmake' 'ninja' 'clang')
12provides=('slingshot')
13conflicts=('slingshot')
14source=("git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd slingshot
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
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
31package() {
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)SeverityRules
2026-09-26 17:15:25 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