libccittfax-git

maintainer lnicoara · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged Package builds from a legitimate project Git repository, uses SKIP'd checksum which is common for git sources, and contains no malicious or suspicious behavior; low severity due to few votes and recent upload but otherwise clean.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): Package builds from a legitimate project Git repository, uses SKIP'd checksum which is common for git sources, and contains no malicious or suspicious behavior; low severity due to few votes and recent upload but otherwise clean.

PKGBUILD

1# Maintainer: Liviu Nicoara <lnicoara at thinkoid dot org>
2
3pkgname=libccittfax-git
4pkgver=r114.77d7c63
5pkgrel=1
6pkgdesc="CCITT Group 3/4 fax codec library"
7arch=('x86_64')
8url="https://github.com/thinkoid/libccittfax"
9license=('WTFPL')
10makedepends=('git' 'meson')
11provides=('libccittfax')
12conflicts=('libccittfax')
13# Static-only library: keep the .a (default OPTIONS strip it) and build
14# without LTO -- a slim-LTO archive is unusable by non-LTO consumers.
15options=('staticlibs' '!lto')
16source=("libccittfax::git+https://github.com/thinkoid/libccittfax.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd libccittfax
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22}
23
24build() {
25 arch-meson libccittfax build
26 meson compile -C build
27}
28
29check() {
30 meson test -C build --print-errorlogs
31}
32
33package() {
34 meson install -C build --destdir "$pkgdir"
35 install -Dm644 libccittfax/LICENSE \
36 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 17:29:23 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion