f3d-stl-thumbnailer
LOW
maintainer EndlessEden
0 votes
scanned 2026-08-26 05:29:31.779280
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: EndlessEden < endlesseden [at] deep-rose {dot} org >
2
3
pkgname=f3d-stl-thumbnailer
4
pkgver=0.0.9
5
pkgrel=1
6
pkgdesc="Standalone STL thumbnailer configuration for F3D (fixes KDE Dolphin integration)"
7
arch=('any')
8
url="https://f3d.app/"
9
license=('MIT')
10
depends=('f3d')
11
source=('stl-f3d.thumbnailer')
12
sha256sums=('SKIP') # Or replace with actual sha256sum of the thumbnailer file
13
14
package() {
15
# Install the thumbnailer file to the global system path
16
install -Dm644 "${srcdir}/stl-f3d.thumbnailer" "${pkgdir}/usr/share/thumbnailers/stl-f3d.thumbnailer"
17
}
18
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 05:29:31 | Low | 1 |