wayoled

LOW
maintainer HurricanePootis 0 votes scanned 2026-09-03 05:52:26.228347
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: HurricanePootis <hurricanepootis@protonmail.com>
2pkgname=wayoled
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="OLED care daemon for wlroots Wayland compositors."
6arch=('x86_64')
7url="https://github.com/Youwes09/WayOLED"
8license=('MIT')
9depends=('wayland' 'glibc')
10makedepends=('meson')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v${pkgver}.tar.gz")
12sha256sums=('97c8fe55dadede9152e57129bf6f633f1554a5c314dac412d7807ede4f9c43b5')
13
14prepare() {
15 cd "$srcdir/WayOLED-${pkgver}"
16}
17
18build() {
19 cd "$srcdir"
20 arch-meson build WayOLED-${pkgver}
21 meson compile -C build
22}
23
24package() {
25 cd "$srcdir/WayOLED-${pkgver}"
26 meson install -C "$srcdir/build" --destdir "${pkgdir}"
27 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
28 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 05:52:26 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