strata-fm-git
LOW
maintainer tassiovirginio
0 votes
scanned 2026-09-13 03:13:35.623360
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
3
pkgname=strata-fm-git
4
pkgver=0.16.0.r28.g9b4b77a
5
pkgrel=1
6
pkgdesc='A fast, keyboard-first file manager for Linux (git build)'
7
arch=('x86_64' 'aarch64')
8
url='https://stratafiles.io/'
9
license=('MIT')
10
provides=('strata')
11
conflicts=('strata' 'strata-bin')
12
depends=(
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
)
26
makedepends=(
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
)
43
optdepends=(
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
)
49
source=("strata::git+https://github.com/lgse/strata.git")
50
sha256sums=('SKIP')
51
52
pkgver() {
53
cd "$srcdir/strata"
54
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
55
}
56
57
build() {
58
cd "$srcdir/strata"
59
cargo build --release
60
}
61
62
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 03:13:35 | Low | 2 |