astra-foundry
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-foundry
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc='Unified package manager for Flatpak, Pacman, AUR, and AppImage.'
7
arch=('x86_64')
8
url='https://github.com/AstraSuite/Foundry'
9
license=('GPL-3.0-only')
10
depends=(
11
'glibc'
12
'libstdc++'
13
'qt6-base'
14
'qt6-declarative'
15
'qt6-m3shapes-git'
16
'qt6-shadertools'
17
'qt6-svg'
18
)
19
optdepends=(
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
)
25
makedepends=('cmake' 'qt6-tools')
26
source=(
27
"${pkgname}-${pkgver}.tar.gz::https://github.com/AstraSuite/Foundry/archive/refs/tags/v${pkgver}.zip"
28
)
29
conflicts=(
30
'astra-foundry-bin'
31
'astra-foundry-git'
32
)
33
sha256sums=(
34
'b9451035aa1479ae861eb1ff1da31bdaf1b6b772f5420b19c1643d64f1a813d0'
35
)
36
build()
37
{
38
cd "${srcdir}/Foundry-${pkgver}"
39
40
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
41
cmake --build build
42
}
43
package()
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 19:27:42 | Low | 1 |