tuiba
LOW
maintainer Flearly
0 votes
scanned 2026-09-21 15:35:32.755745
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: flear <teymurzadehuseyn14@gmail.com>
2
pkgname=tuiba
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc="Game Boy Advance emulator that runs in your terminal"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/Huseynteymurzade28/tuiba"
8
license=('MIT')
9
depends=('gcc-libs' 'glibc')
10
makedepends=('cargo')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('dcd94469e767ba8fa5640e450e40e2a27456b79b91716a5a080d4617894e508c')
13
14
prepare() {
15
cd "$pkgname-$pkgver"
16
export RUSTUP_TOOLCHAIN=stable
17
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
18
}
19
20
build() {
21
cd "$pkgname-$pkgver"
22
export RUSTUP_TOOLCHAIN=stable
23
export CARGO_TARGET_DIR=target
24
cargo build --frozen --release -p tuiba
25
}
26
27
check() {
28
cd "$pkgname-$pkgver"
29
export RUSTUP_TOOLCHAIN=stable
30
cargo test --frozen --release
31
}
32
33
package() {
34
cd "$pkgname-$pkgver"
35
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
36
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 15:35:32 | Low | 1 |