ziso_compressor-git

LOW
maintainer CosmicHeron 0 votes scanned 2026-09-26 21:15:27.200055
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"
5pkgname="${_pkgbase}-git"
6pkgdesc='A simple ZISO compressor'
7url='https://github.com/Danixu/ziso_compressor'
8license=('Apache-2.0')
9pkgver='r81.e56b86f'
10pkgrel='1'
11arch=('x86_64' 'aarch64')
12provides=("$_bin")
13conflicts=("$_bin")
14makedepends=('cmake' 'git' 'make')
15source=("${_pkgbase}::git+${url}.git")
16b2sums=('SKIP')
17_pkgsrc="${srcdir}/${_pkgbase}"
18
19pkgver() {
20 cd "$_pkgbase"
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22}
23
24prepare() {
25 git -C "$_pkgbase" submodule update --init
26}
27
28build() {
29 cmake -S "$_pkgbase" -B "${_pkgbase}/build"
30 make -C "${_pkgbase}/build"
31}
32
33package() {
34 install -Dm755 -t "${pkgdir}/usr/bin" "${_pkgbase}/build/bin/${_bin}"
35 install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "${_pkgbase}/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 21:15:27 Low 1
2026-09-26 19:15:27 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