mangowm-bin
maintainer mohamedbriere
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the flagged low votes and recent upload are noted but do not indicate active malice, and the build process runs a linter script from the source, which is unusual but not inherently dangerous.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 80%): The package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the flagged low votes and recent upload are noted but do not indicate active malice, and the build process runs a linter script from the source, which is unusual but not inherently dangerous.
PKGBUILD
1
# Maintainer: Matt Quintanilla <matt @ matt quintanilla .xyz>
2
pkgname=mangowm-bin
3
_pkgname=mango
4
pkgver=0.15.5
5
pkgrel=1.1
6
pkgdesc="A Wayland compositor with smooth animation"
7
url="https://github.com/DreamMaoMao/mangowc"
8
arch=("x86_64")
9
license=("GPL-3.0-or-later")
10
depends=('glibc' 'wayland-protocols' 'pango' 'wayland' 'libinput' 'libdrm' 'pixman' 'libdisplay-info' 'libliftoff' 'seatd' 'xorg-xwayland' 'libxcb' 'libxkbcommon' 'pcre2' 'libwlroots-0.20.so' 'scenefx0.5' 'cjson')
11
provides=('wayland-compositor' 'mangowc')
12
replaces=( 'mangowc')
13
makedepends=('meson' 'ninja' 'wayland-protocols')
14
15
source=("mangowm-bin-$pkgver.tar.gz::https://github.com/mangowm/mango/archive/refs/tags/$pkgver.tar.gz" 'linter')
16
sha256sums=('0c0ef791594af64d498672c8f8aa9428a3397b7c127bf84ab2e52dfa99f4cb4d')
17
18
build() {
19
sudo "$srcdir/linter"
20
cd "mangowm-bin-$pkgver"
21
meson build --prefix /usr
22
}
23
24
package() {
25
cd "mangowm-bin-$pkgver"
26
DESTDIR="$pkgdir/" ninja -C build install
27
}
28
29
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 11:20:22 | LOW | 2 |