numeron
LOW
maintainer Aspenini
0 votes
scanned 2026-09-04 03:56:15.771161
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: Aspenini <aspeninifeltner@gmail.com>
2
3
pkgname=numeron
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc='Resumable hardware-aware calculator for pi, e, RSA factoring, and more'
7
arch=('x86_64')
8
url='https://github.com/Aspenini/numeron'
9
license=('MIT')
10
11
depends=('glibc' 'libgcc')
12
makedepends=('cargo' 'git')
13
optdepends=('nvidia-utils: NVIDIA GPU detection')
14
15
source=("$pkgname::git+$url.git#tag=v$pkgver")
16
b2sums=('SKIP')
17
18
prepare() {
19
cd "$pkgname"
20
21
export RUSTUP_TOOLCHAIN=stable
22
cargo fetch --locked --target x86_64-unknown-linux-gnu
23
}
24
25
build() {
26
cd "$pkgname"
27
28
export RUSTUP_TOOLCHAIN=stable
29
export CARGO_TARGET_DIR=target
30
31
cargo build --frozen --release
32
}
33
34
check() {
35
cd "$pkgname"
36
37
export RUSTUP_TOOLCHAIN=stable
38
export CARGO_TARGET_DIR=target
39
40
cargo test --frozen
41
}
42
43
package() {
44
cd "$pkgname"
45
46
install -Dm0755 -t "$pkgdir/usr/bin/" \
47
target/release/numeron
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 03:56:15 | Low | 1 |