mahoragaos
LOW
maintainer bingusfan
0 votes
scanned 2026-08-23 03:19:42.155123
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: Bingusfan360 <bingusfan360@proton.me>
2
pkgname=mahoragaos
3
pkgver=0.4.6
4
pkgrel=1
5
pkgdesc="A model-agnostic adaptive operating system inspired by the Unix philosophy"
6
arch=('any')
7
url="https://gitlab.com/Bingusfan360/MahoragaOS"
8
license=('AGPL-3.0-or-later')
9
depends=('python' 'pyside6' 'hicolor-icon-theme')
10
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11
source=("$url/-/archive/v$pkgver/MahoragaOS-v$pkgver.tar.gz"
12
"mahoragaos.desktop"
13
"mahoragaos.svg")
14
sha256sums=('a463c944b7f6268a4dcd05c761c1ae2869b7a08c4c4071e2eb0ef375eb0fc1af'
15
'SKIP'
16
'SKIP')
17
18
build() {
19
cd MahoragaOS-v$pkgver
20
/usr/bin/python -m build --wheel
21
}
22
23
package() {
24
cd MahoragaOS-v$pkgver
25
/usr/bin/python -m installer --destdir="$pkgdir" dist/*.whl
26
27
# Install desktop file
28
install -Dm644 "$srcdir/mahoragaos.desktop" "$pkgdir/usr/share/applications/mahoragaos.desktop"
29
30
# Install icon
31
install -Dm644 "$srcdir/mahoragaos.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/mahoragaos.svg"
32
33
# Install license
34
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 03:19:42 | Low | 1 |