ziso_compressor_rust
LOW
maintainer CosmicHeron
0 votes
scanned 2026-09-26 17:15:25.581789
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: CosmicHeron <dev cosmicheron com>
2
3
_bin='ziso'
4
pkgname="${_bin}_compressor_rust"
5
pkgdesc='A rust written ziso compressor with multipple threads support'
6
url='https://github.com/Danixu/ziso_compressor_rust'
7
license=('Apache-2.0')
8
pkgver='1.0.1'
9
pkgrel='3'
10
arch=('x86_64' 'aarch64')
11
provides=("$_bin")
12
depends=('glibc' 'libgcc')
13
makedepends=('cargo')
14
_src="${pkgname}-${pkgver}"
15
source=("${_src}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16
b2sums=('5d98bad48b2d3c7f8b727bcb04370174ca14b4e3b911ed5240c1a85d8f8ff1db490a09d25e2b666f8a6ce5ca27fc8f17ec17b72102a40a38c195bc056a3c62d8')
17
options=('!lto')
18
19
prepare() {
20
cd "$_src" || exit
21
cargo fetch --locked
22
}
23
24
build() {
25
cd "$_src" || exit
26
cargo build --frozen --release
27
}
28
29
package() {
30
cd "${srcdir}/${_src}" || exit
31
install -Dm755 -t "${pkgdir}/usr/bin" "target/release/${_bin}"
32
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 'LICENSE'
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 17:15:25 | Low | 1 |