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