rinklecate

LOW
maintainer friedev 1 votes scanned 2026-09-19 15:30:39.046776
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: Aaron Friesen <aaron@frie.dev>
2# shellcheck shell=bash disable=SC2034,SC2154,SC2164
3pkgname=rinklecate
4pkgver=2.0.0
5pkgrel=1
6pkgdesc='Rust implementation of inklecate - compile and play Ink stories from the command line'
7arch=(x86_64)
8_srcname=blade-ink-rs
9url="https://github.com/bladecoder/$_srcname"
10license=(Apache-2.0)
11depends=(glibc libgcc)
12makedepends=(cargo)
13source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=(9816a66fb64a8369f58d4d4880fb8a90285597d1142bae56ca7f134e1dfcc1a3)
15
16prepare() {
17 cd "$_srcname-$pkgver"
18 export RUSTUP_TOOLCHAIN=stable
19 cargo fetch --target host-tuple
20}
21
22build() {
23 cd "$_srcname-$pkgver"
24 export RUSTUP_TOOLCHAIN=stable
25 export CARGO_TARGET_DIR=target
26 cargo build --frozen --release --all-features
27}
28
29check() {
30 cd "$_srcname-$pkgver"
31 export RUSTUP_TOOLCHAIN=stable
32 cargo test --frozen --all-features --workspace
33}
34
35package() {
36 cd "$_srcname-$pkgver"
37 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
38 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 15:30:39 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