ziso_compressor_rust-git

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