croc-gui

maintainer sarrietav · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub source using Flutter, which is normal for AUR packages; the unverifiable checksum (SKIP) is a quality issue but not inherently dangerous since no remote code execution or prebuilt binaries are involved.

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 95%): The package builds from the project's own GitHub source using Flutter, which is normal for AUR packages; the unverifiable checksum (SKIP) is a quality issue but not inherently dangerous since no remote code execution or prebuilt binaries are involved.

PKGBUILD

1# Maintainer: Sebastián Arrieta <sebastian.arrieta@pm.me>
2
3pkgname=croc-gui
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Encrypted Croc file transfers for Android, Linux, Windows, and web"
7arch=('x86_64')
8url="https://github.com/sarrietav-dev/croc"
9license=('MIT')
10depends=('gtk3' 'libx11' 'pango' 'cairo' 'glib2' 'gdk-pixbuf2' 'atk' 'libxkbcommon' 'libgl')
11makedepends=('flutter' 'go' 'cmake' 'ninja' 'pkg-config' 'clang' 'base-devel')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/sarrietav-dev/croc/archive/v$pkgver.tar.gz")
13sha256sums=('SKIP')
14options=('!strip')
15
16build() {
17 cd "$srcdir/croc-$pkgver"
18 flutter config --no-analytics
19 flutter pub get
20 flutter build linux --release
21}
22
23package() {
24 cd "$srcdir/croc-$pkgver"
25 local bundle="build/linux/x64/release/bundle"
26 install -d "$pkgdir/usr/lib/croc"
27 cp -r "$bundle"/. "$pkgdir/usr/lib/croc/"
28 install -d "$pkgdir/usr/bin"
29 ln -s "/usr/lib/croc/croc" "$pkgdir/usr/bin/croc-gui"
30 install -Dm644 "third_party/croc-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 21:18:19 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