ry-bin
LOW
maintainer novica
0 votes
scanned 2026-09-24 09:42:26.093386
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=ry-bin
4
pkgver=0.11.0 # renovate: datasource=github-tags depName=sims1253/ry
5
pkgrel=1
6
pkgdesc="A fast static checker for the R language, written in Rust"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/sims1253/ry"
9
license=('MIT')
10
depends=('glibc' 'libgcc')
11
conflicts=('ry')
12
options=('!debug')
13
provides_x86_64=("ry=${pkgver}")
14
provides_aarch64=("ry=${pkgver}")
15
source=("LICENSE-${pkgver}::https://raw.githubusercontent.com/sims1253/ry/v${pkgver}/LICENSE")
16
source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/sims1253/ry/releases/download/v${pkgver}/ry-cli-x86_64-unknown-linux-gnu.tar.gz")
17
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://github.com/sims1253/ry/releases/download/v${pkgver}/ry-cli-aarch64-unknown-linux-gnu.tar.gz")
18
19
package() {
20
cd "$srcdir"
21
22
install -Dm755 "ry-cli-${CARCH}-unknown-linux-gnu/ry" "$pkgdir/usr/bin/ry"
23
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
26
sha256sums=('353fb9a55ca9189ff5f2b6a5a1484c38fa2e7dde5494a21de8361f6fe2cf9cbe')
27
sha256sums_x86_64=('e5dd6ac4789110c2fa8bd9944be2d4876addd7e5f35b39b0b756500bc3126b98')
28
sha256sums_aarch64=('b6597ec29a543f145f3166f22547122fd60633a78b3ef18d70d35848bffbdf38')
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 09:42:26 | Low | 1 |