astra-atlas-git
LOW
maintainer evertiro
0 votes
scanned 2026-08-25 19:27:42.084104
Why flagged
The package builds from the project's own Git repository, which is normal AUR practice; 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 project's own Git repository, which is normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Dan Griffiths <me at evertiro dot com>
2
3
pkgname=astra-atlas-git
4
pkgver=1.0.0.r2.g598f72c
5
pkgrel=3
6
pkgdesc='Fast, lightweight Material Design 3 file manager'
7
arch=('x86_64')
8
url='https://github.com/AstraSuite/Atlas'
9
license=('GPL-3.0-only')
10
depends=(
11
'glibc'
12
'libstdc++'
13
'qt6-base'
14
'qt6-declarative'
15
'qt6-svg'
16
'qt6-multimedia'
17
)
18
optdepends=(
19
'caelestia-cli: dynamic color scheme synching with Caelestia'
20
'ffmpeg: integrated video and audio manipulation'
21
'gio: CLI URI mounting and volume management'
22
'git: inline repository status and branch tracking'
23
'gvfs: remote network filesystem mounting'
24
'imagemagick: integrated image conversion and manipulation'
25
'papirus-folders: dynamic folder color'
26
'papirus-icon-theme: dynamic folder color'
27
'udisks2: external drive management'
28
'xdg-desktop-portal: desktop portal integration'
29
'xdg-utils: default application launching'
30
'bzip2: archive extraction and compression'
31
'gzip: archive extraction and compression'
32
'p7zip: archive extraction and compression'
33
'tar: archive extraction and compression'
34
'unzip: archive extraction and compression'
35
'xz: archive extraction and compression'
36
'zip: archive extraction and compression'
37
)
38
makedepends=(
39
'cmake'
40
'git'
41
'ninja'
42
)
43
source=(
44
"$pkgname::git+$url.git"
45
)
46
provides=('astra-atlas')
47
conflicts=('astra-atlas')
48
sha256sums=(
49
'SKIP'
50
)
51
pkgver() {
52
cd "${srcdir}/${pkgname}"
53
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
54
}
55
build()
56
{
57
cd "${srcdir}/${pkgname}"
58
59
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
60
cmake --build build
61
}
62
package()
63
{
64
cd "${srcdir}/${pkgname}"
65
66
DESTDIR="$pkgdir" cmake --install build
67
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
68
}
69
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 19:27:42 | Low | 2 |