raven-bin
LOW
maintainer novica
0 votes
scanned 2026-09-12 09:11:25.593543
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: novica <nnovica@gmail.com>
2
3
pkgname=raven-bin
4
pkgver=0.20.2 # renovate: datasource=github-tags depName=jbearak/raven
5
pkgrel=1
6
pkgdesc="Static analyzer for R — a language server in your editor, a checker in CI"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/jbearak/raven"
9
license=('GPL-3.0-only')
10
depends=('glibc')
11
conflicts=('raven')
12
options=('!debug')
13
provides_x86_64=("raven=${pkgver}")
14
provides_aarch64=("raven=${pkgver}")
15
source_x86_64=("${pkgname}-${pkgver}.zip::https://github.com/jbearak/raven/releases/download/v${pkgver}/raven-linux-x64.zip")
16
source_aarch64=("${pkgname}-${pkgver}.zip::https://github.com/jbearak/raven/releases/download/v${pkgver}/raven-linux-arm64.zip")
17
18
package() {
19
cd "$srcdir"
20
21
install -Dm755 raven "$pkgdir/usr/bin/raven"
22
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23
install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
24
}
25
26
sha256sums_x86_64=('049c8edf37468f23df9fc7115b958dc4ceada8b9b2c59eb889840446ad22cdd7')
27
sha256sums_aarch64=('871599324f52e90dffb675fd7cedc989e68c691e19965785802077fadc0e284c')
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 09:11:25 | Low | 1 |