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