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