astra-atlas
LOW
maintainer evertiro
0 votes
scanned 2026-08-25 19:27:42.084104
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: Dan Griffiths <me at evertiro dot com>
2
3
pkgname=astra-atlas
4
pkgver=1.0.0
5
pkgrel=1
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
'ninja'
41
)
42
source=(
43
"https://github.com/AstraSuite/Atlas/releases/download/v${pkgver}/atlas-${pkgver}.tar.gz"
44
)
45
conflicts=('astra-atlas-git')
46
sha256sums=(
47
'9ccce0c55e432c2a12bc724d5485badedd83a22bbfe5d7b0b6347e1134c81721'
48
)
49
build()
50
{
51
cd "${srcdir}/atlas-${pkgver}"
52
53
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
54
cmake --build build
55
}
56
package()
57
{
58
cd "${srcdir}/atlas-${pkgver}"
59
60
DESTDIR="$pkgdir" cmake --install build
61
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
62
}
63
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 19:27:42 | Low | 1 |