astra-foundry

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-foundry
4pkgver=1.2.0
5pkgrel=1
6pkgdesc='Unified package manager for Flatpak, Pacman, AUR, and AppImage.'
7arch=('x86_64')
8url='https://github.com/AstraSuite/Foundry'
9license=('GPL-3.0-only')
10depends=(
11 'glibc'
12 'libstdc++'
13 'qt6-base'
14 'qt6-declarative'
15 'qt6-m3shapes-git'
16 'qt6-shadertools'
17 'qt6-svg'
18)
19optdepends=(
20 'desktop-file-utils: support for AppImage packages'
21 'flatpak: support for flatpak packages'
22 'paru: support for AUR packages'
23 'yay: support for AUR packages'
24)
25makedepends=('cmake' 'qt6-tools')
26source=(
27 "${pkgname}-${pkgver}.tar.gz::https://github.com/AstraSuite/Foundry/archive/refs/tags/v${pkgver}.zip"
28)
29conflicts=(
30 'astra-foundry-bin'
31 'astra-foundry-git'
32)
33sha256sums=(
34 'b9451035aa1479ae861eb1ff1da31bdaf1b6b772f5420b19c1643d64f1a813d0'
35)
36build()
37{
38 cd "${srcdir}/Foundry-${pkgver}"
39
40 cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
41 cmake --build build
42}
43package()
44{
45 cd "${srcdir}/Foundry-${pkgver}"
46
47 DESTDIR="$pkgdir" cmake --install build
48 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49}
50

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