simplebench

LOW
maintainer Woro 0 votes scanned 2026-09-12 11:11:46.143552
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: Woro <woro@tanieddosy.pl>
2pkgname=simplebench
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='A workspace for terminal-driven development'
6arch=('x86_64')
7url='https://github.com/MaciejKolerski/simplebench'
8license=('Apache-2.0')
9depends=('gtk3' 'webkit2gtk-4.1' 'hicolor-icon-theme')
10optdepends=('git: source control and repository history')
11makedepends=('rust' 'nodejs' 'pnpm' 'librsvg')
12provides=('simplebench')
13conflicts=('simplebench-bin')
14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
15# The publication workflow replaces SKIP with the released source's SHA-256.
16sha256sums=('765165978df92b6a3bed7e563671b6075ae1295b86140d2e182fa33f7cf9aa90')
17
18prepare() {
19 cd "${pkgname}-${pkgver}"
20 pnpm install --frozen-lockfile
21}
22
23build() {
24 cd "${pkgname}-${pkgver}"
25 export CARGO_TARGET_DIR="${srcdir}/cargo-target"
26 pnpm tauri build --bundles deb -- --locked
27}
28
29package() {
30 cp -a "${srcdir}/cargo-target/release/bundle/deb/"*/data/* "${pkgdir}/"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 11:11:46 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