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