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
3
pkgname=croc-gui
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Encrypted Croc file transfers for Android, Linux, Windows, and web"
7
arch=('x86_64')
8
url="https://github.com/sarrietav-dev/croc"
9
license=('MIT')
10
depends=('gtk3' 'libx11' 'pango' 'cairo' 'glib2' 'gdk-pixbuf2' 'atk' 'libxkbcommon' 'libgl')
11
makedepends=('flutter' 'go' 'cmake' 'ninja' 'pkg-config' 'clang' 'base-devel')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/sarrietav-dev/croc/archive/v$pkgver.tar.gz")
13
sha256sums=('SKIP')
14
options=('!strip')
15
16
build() {
17
cd "$srcdir/croc-$pkgver"
18
flutter config --no-analytics
19
flutter pub get
20
flutter build linux --release
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |