mahoragaos

LOW
maintainer bingusfan 0 votes scanned 2026-08-23 03:19:42.155123
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: Bingusfan360 <bingusfan360@proton.me>
2pkgname=mahoragaos
3pkgver=0.4.6
4pkgrel=1
5pkgdesc="A model-agnostic adaptive operating system inspired by the Unix philosophy"
6arch=('any')
7url="https://gitlab.com/Bingusfan360/MahoragaOS"
8license=('AGPL-3.0-or-later')
9depends=('python' 'pyside6' 'hicolor-icon-theme')
10makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11source=("$url/-/archive/v$pkgver/MahoragaOS-v$pkgver.tar.gz"
12 "mahoragaos.desktop"
13 "mahoragaos.svg")
14sha256sums=('a463c944b7f6268a4dcd05c761c1ae2869b7a08c4c4071e2eb0ef375eb0fc1af'
15 'SKIP'
16 'SKIP')
17
18build() {
19 cd MahoragaOS-v$pkgver
20 /usr/bin/python -m build --wheel
21}
22
23package() {
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)SeverityRules
2026-08-23 03:19: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