ry-bin

LOW
maintainer novica 0 votes scanned 2026-09-24 09:42:26.093386
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: novica <nnovica@gmail.com>
2
3pkgname=ry-bin
4pkgver=0.11.0 # renovate: datasource=github-tags depName=sims1253/ry
5pkgrel=1
6pkgdesc="A fast static checker for the R language, written in Rust"
7arch=('x86_64' 'aarch64')
8url="https://github.com/sims1253/ry"
9license=('MIT')
10depends=('glibc' 'libgcc')
11conflicts=('ry')
12options=('!debug')
13provides_x86_64=("ry=${pkgver}")
14provides_aarch64=("ry=${pkgver}")
15source=("LICENSE-${pkgver}::https://raw.githubusercontent.com/sims1253/ry/v${pkgver}/LICENSE")
16source_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")
17source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://github.com/sims1253/ry/releases/download/v${pkgver}/ry-cli-aarch64-unknown-linux-gnu.tar.gz")
18
19package() {
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
26sha256sums=('353fb9a55ca9189ff5f2b6a5a1484c38fa2e7dde5494a21de8361f6fe2cf9cbe')
27sha256sums_x86_64=('e5dd6ac4789110c2fa8bd9944be2d4876addd7e5f35b39b0b756500bc3126b98')
28sha256sums_aarch64=('b6597ec29a543f145f3166f22547122fd60633a78b3ef18d70d35848bffbdf38')
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 09:42:26 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