mako-daemonless
LOW
maintainer pakhromov
0 votes
scanned 2026-09-07 17:15:15.263748
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: Pavel Khromov <pakhromov@gmail.com>
2
3
pkgname=mako-daemonless
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Fork of mako (wayland notification daemon) with no background process, every notification is D-Bus activated"
7
arch=('x86_64')
8
url="https://github.com/pakhromov/mako-daemonless"
9
license=('MIT')
10
depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'pango' 'systemd-libs' 'wayland')
11
makedepends=('meson' 'ninja' 'scdoc' 'wayland-protocols')
12
provides=('mako')
13
conflicts=('mako')
14
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
15
sha256sums=('88c31ee84fe8d035e789fffabe1ddfefb221c3affe8ec1f2d20b21e2274e8925')
16
17
build() {
18
meson setup --prefix=/usr --buildtype=plain -D werror=false \
19
"$pkgname-$pkgver" build
20
meson compile -C build
21
}
22
23
package() {
24
meson install -C build --destdir "$pkgdir"
25
install -Dm644 "$pkgname-$pkgver/LICENSE" \
26
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 17:15:15 | Low | 1 |