pyroclear

LOW
maintainer mestik78 0 votes scanned 2026-09-22 13:37:53.609286
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: mestik78 <mestik78@gmail.com>
2
3pkgname=pyroclear
4pkgver=1.2.2
5pkgrel=1
6pkgdesc="Clear your terminal with a crackling wall of ASCII flames."
7arch=('x86_64')
8url="https://github.com/shreyanth-sureshkrishnaa/pyroclear"
9license=('MIT')
10depends=('gcc-libs' 'glibc')
11makedepends=('cargo')
12source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shreyanth-sureshkrishnaa/pyroclear/archive/refs/tags/v${pkgver}.tar.gz")
13sha256sums=('06d2080ffe0bcd7d1a53e2bc2e01cd8ea295dc939c9442896fb7b2a1ae89ce8b')
14
15prepare() {
16 cd "${pkgname}-${pkgver}"
17 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
18}
19
20build() {
21 cd "${pkgname}-${pkgver}"
22 cargo build --frozen --release --all-features
23}
24
25check() {
26 cd "${pkgname}-${pkgver}"
27 cargo test --frozen --all-features
28}
29
30package() {
31 cd "${pkgname}-${pkgver}"
32 install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
33 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 13:37:53 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