ziso_compressor_rust

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