linux-explorer
LOW
maintainer actuallyaridan
0 votes
scanned 2026-09-14 21:18:01.325770
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: actuallyaridan <https://github.com/actuallyaridan>
2
#
3
# This is the source of truth for the AUR package. On release,
4
# .github/workflows/release.yml injects the real pkgver and sha256sums,
5
# generates .SRCINFO, and pushes both to the AUR. The two values below are
6
# placeholders; everything else is used verbatim.
7
8
pkgname=linux-explorer
9
pkgver=1.0
10
pkgrel=1
11
pkgdesc="A faithful recreation of Windows 7's Explorer"
12
arch=('x86_64')
13
url="https://github.com/actuallyaridan/linux-explorer"
14
license=('GPL-3.0-only')
15
depends=('qt6-base' 'qt6-multimedia' 'kio' 'kcoreaddons' 'kconfig'
16
'kwidgetsaddons' 'kwindowsystem' 'solid' 'libaero-qt')
17
optdepends=('kio-extras: real search, and archives that open as folders'
18
'kio-admin: Open as Administrator'
19
'ark: Send to Compressed (zipped) folder'
20
'ffmpegthumbs: thumbnails for video'
21
'kdegraphics-thumbnailers: thumbnails for PDF and RAW'
22
'kdenetwork-filesharing: Samba browsing behind Map network drive')
23
makedepends=('cmake' 'ninja')
24
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
25
sha256sums=('7dd6aaf162d17192d84a0183896a590fbc8533bf68cae4a1820110ce63356337')
26
27
build() {
28
cmake -S "$pkgname-$pkgver" -B build \
29
-G Ninja \
30
-DCMAKE_BUILD_TYPE=Release \
31
-DCMAKE_INSTALL_PREFIX=/usr
32
cmake --build build
33
}
34
35
package() {
36
DESTDIR="$pkgdir" cmake --install build
37
install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 21:18:01 | Low | 1 |