nbtcon
LOW
maintainer FoxAmes
0 votes
scanned 2026-09-21 19:35:51.541891
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: Forest Ames <fox dot ames at smallfox dot io>
2
pkgname=nbtcon
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Convert between NBT and other formats"
6
arch=('x86_64' 'aarch64')
7
url="https://gitlab.com/FoxAmes/nbtcon"
8
license=('GPL-3.0-or-later')
9
depends=('glibc' 'libgcc')
10
makedepends=('cargo')
11
source=("https://gitlab.com/FoxAmes/${pkgname}/-/archive/v${pkgver}/${pkgname}-v$pkgver.tar.gz")
12
sha256sums=('01965d2d8709cd71e0097163cd2f85bb83766ac3273bfc16bec4e36ce02df1fd')
13
14
prepare() {
15
cd "$pkgname-v$pkgver"
16
export RUSTUP_TOOLCHAIN=stable
17
cargo fetch --locked --target host-tuple
18
}
19
20
build() {
21
cd "$pkgname-v$pkgver"
22
export RUSTUP_TOOLCHAIN=stable
23
export CARGO_TARGET_DIR=target
24
cargo build --frozen --release --all-features
25
}
26
27
check() {
28
cd "$pkgname-v$pkgver"
29
export RUSTUP_TOOLCHAIN=stable
30
cargo test --frozen --all-features --lib --bins --tests
31
}
32
33
package() {
34
cd "$pkgname-v$pkgver"
35
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/${pkgname}"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 19:35:51 | Low | 1 |