ziso_compressor_rust-git
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
_pkgbase="${_bin}_compressor_rust"
5
pkgname="${_pkgbase}-git"
6
pkgdesc='A rust written ziso compressor with multipple threads support'
7
url='https://github.com/Danixu/ziso_compressor_rust'
8
license=('Apache-2.0')
9
pkgver='r36.3498568'
10
pkgrel='1'
11
arch=('x86_64' 'aarch64')
12
provides=("$_bin")
13
conflicts=("$_bin")
14
depends=('glibc' 'libgcc')
15
makedepends=('cargo')
16
source=("${_pkgbase}::git+${url}.git")
17
b2sums=('SKIP')
18
options=('!lto')
19
20
pkgver() {
21
cd "$_pkgbase"
22
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
23
}
24
25
prepare() {
26
cd "$_pkgbase"
27
cargo fetch --locked
28
}
29
30
build() {
31
cd "$_pkgbase" || exit
32
cargo build --frozen --release
33
}
34
35
package() {
36
cd "${srcdir}/${_pkgbase}" || exit
37
install -Dm755 -t "${pkgdir}/usr/bin" "target/release/${_bin}"
38
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 'LICENSE'
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 17:15:25 | Low | 1 |