strata-fm-git

LOW
maintainer tassiovirginio 0 votes scanned 2026-09-13 03:13:35.623360
View on AUR
Why flagged

The package builds from the official GitHub repository source, which is normal for AUR git packages; the low severity is due to few votes and recent upload, not malicious content.

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 official GitHub repository source, which is normal for AUR git packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: tassiovirginio <tassiovirginio@gmail.com>
2
3pkgname=strata-fm-git
4pkgver=0.16.0.r28.g9b4b77a
5pkgrel=1
6pkgdesc='A fast, keyboard-first file manager for Linux (git build)'
7arch=('x86_64' 'aarch64')
8url='https://stratafiles.io/'
9license=('MIT')
10provides=('strata')
11conflicts=('strata' 'strata-bin')
12depends=(
13 'bubblewrap'
14 'ffmpeg'
15 'ffmpegthumbnailer'
16 'fontconfig'
17 'gst-libav'
18 'gstreamer'
19 'gst-plugins-base'
20 'gst-plugins-good'
21 'gtk4'
22 'gtksourceview5'
23 'gvfs'
24 'poppler-glib'
25)
26makedepends=(
27 'cargo'
28 'rust'
29 'pkg-config'
30 'git'
31 'glib2'
32 'gdk-pixbuf2'
33 'cairo'
34 'pango'
35 'graphene'
36 'gstreamer'
37 'gst-plugins-base'
38 'gtk4'
39 'gtksourceview5'
40 'poppler-glib'
41 'fontconfig'
42)
43optdepends=(
44 'gvfs-smb: SMB network share support'
45 'imagemagick: additional image preview support'
46 'libraw: camera RAW preview support'
47 'dcraw: camera RAW preview support'
48)
49source=("strata::git+https://github.com/lgse/strata.git")
50sha256sums=('SKIP')
51
52pkgver() {
53 cd "$srcdir/strata"
54 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
55}
56
57build() {
58 cd "$srcdir/strata"
59 cargo build --release
60}
61
62package() {
63 cd "$srcdir/strata"
64
65 install -Dm755 target/release/strata "$pkgdir/usr/bin/strata"
66 install -Dm644 data/io.github.lgse.Strata.desktop "$pkgdir/usr/share/applications/io.github.lgse.Strata.desktop"
67 install -Dm644 data/icons/scalable/apps/io.github.lgse.Strata.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/io.github.lgse.Strata.svg"
68 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
69 install -Dm644 THIRD_PARTY_LICENSES.md "$pkgdir/usr/share/licenses/$pkgname/THIRD_PARTY_LICENSES.md"
70 install -Dm644 data/licenses/UnRAR.txt "$pkgdir/usr/share/licenses/$pkgname/UnRAR.txt"
71 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
72 install -Dm644 data/io.github.lgse.Strata.FileManager1.service "$pkgdir/usr/share/doc/$pkgname/io.github.lgse.Strata.FileManager1.service"
73}

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 03:13:35 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