strata-bin

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

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: tassiovirginio <tassiovirginio@gmail.com>
2
3pkgname=strata-bin
4pkgver=0.16.0
5pkgrel=1
6pkgdesc='A fast, keyboard-first file manager for Linux'
7arch=('x86_64' 'aarch64')
8url='https://stratafiles.io/'
9license=('MIT')
10provides=('strata')
11conflicts=('strata')
12depends=(
13 'bubblewrap'
14 'desktop-file-utils'
15 'ffmpeg'
16 'ffmpegthumbnailer'
17 'fontconfig'
18 'gst-libav'
19 'gstreamer'
20 'gst-plugins-base'
21 'gst-plugins-good'
22 'gtk4'
23 'gtksourceview5'
24 'gvfs'
25 'poppler-glib'
26 'xdg-utils'
27)
28optdepends=(
29 'gvfs-smb: SMB network share support'
30 'imagemagick: additional image preview support'
31 'libraw: camera RAW preview support'
32 'dcraw: camera RAW preview support'
33)
34source=(
35 "https://github.com/lgse/strata/releases/download/v${pkgver}/strata-${pkgver}-x86_64-unknown-linux-gnu.tar.gz"
36 "https://github.com/lgse/strata/releases/download/v${pkgver}/strata-${pkgver}-aarch64-unknown-linux-gnu.tar.gz"
37)
38sha256sums=(
39 '51fa7095d8c5be993533d59b37d5224302a7c1fbed9ba81dcdc60ec5c04218ae'
40 'c96d163931f97221fbdf8395b036e2d192a6a256e7dd9f5065c5f2bdf6819d2b'
41)
42
43package() {
44 local _dir="strata-${pkgver}-${CARCH}-unknown-linux-gnu"
45
46 cd "$srcdir/$_dir"
47
48 install -Dm755 strata "$pkgdir/usr/bin/strata"
49 install -Dm644 io.github.lgse.Strata.desktop "$pkgdir/usr/share/applications/io.github.lgse.Strata.desktop"
50 install -Dm644 io.github.lgse.Strata.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/io.github.lgse.Strata.svg"
51 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
52 install -Dm644 THIRD_PARTY_LICENSES.md "$pkgdir/usr/share/licenses/$pkgname/THIRD_PARTY_LICENSES.md"
53 install -Dm644 UnRAR.txt "$pkgdir/usr/share/licenses/$pkgname/UnRAR.txt"
54 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
55 install -Dm644 docs/portal-file-chooser.md "$pkgdir/usr/share/doc/$pkgname/portal-file-chooser.md"
56 install -Dm644 io.github.lgse.Strata.FileManager1.service "$pkgdir/usr/share/doc/$pkgname/io.github.lgse.Strata.FileManager1.service"
57}

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 01:13:16 Low 1

Report a package

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

0 / 4000
Your suggestion