astra-atlas

LOW
maintainer evertiro 0 votes scanned 2026-08-25 19:27:42.084104
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: Dan Griffiths <me at evertiro dot com>
2
3pkgname=astra-atlas
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='Fast, lightweight Material Design 3 file manager'
7arch=('x86_64')
8url='https://github.com/AstraSuite/Atlas'
9license=('GPL-3.0-only')
10depends=(
11 'glibc'
12 'libstdc++'
13 'qt6-base'
14 'qt6-declarative'
15 'qt6-svg'
16 'qt6-multimedia'
17)
18optdepends=(
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)
38makedepends=(
39 'cmake'
40 'ninja'
41)
42source=(
43 "https://github.com/AstraSuite/Atlas/releases/download/v${pkgver}/atlas-${pkgver}.tar.gz"
44)
45conflicts=('astra-atlas-git')
46sha256sums=(
47 '9ccce0c55e432c2a12bc724d5485badedd83a22bbfe5d7b0b6347e1134c81721'
48)
49build()
50{
51 cd "${srcdir}/atlas-${pkgver}"
52
53 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
54 cmake --build build
55}
56package()
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)SeverityRules
2026-08-25 19:27:42 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