aboutsummaryrefslogtreecommitdiff
path: root/wayland/mako
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/mako')
-rwxr-xr-xwayland/mako/build12
-rw-r--r--wayland/mako/checksums2
-rw-r--r--wayland/mako/depends7
-rw-r--r--wayland/mako/meta3
-rw-r--r--wayland/mako/sources1
-rw-r--r--wayland/mako/version1
6 files changed, 26 insertions, 0 deletions
diff --git a/wayland/mako/build b/wayland/mako/build
new file mode 100755
index 00000000..398d5c72
--- /dev/null
+++ b/wayland/mako/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dsd-bus-provider=basu \
+ -Dicons=enabled \
+ -Dman-pages=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/mako/checksums b/wayland/mako/checksums
new file mode 100644
index 00000000..8340ab91
--- /dev/null
+++ b/wayland/mako/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+ac5c68a4ad9bffa8f43092e975f6704abb9893740c9b5c552e71dd29718a70bc mako-1.8.0.tar.gz
diff --git a/wayland/mako/depends b/wayland/mako/depends
new file mode 100644
index 00000000..488cbf1b
--- /dev/null
+++ b/wayland/mako/depends
@@ -0,0 +1,7 @@
+basu
+cairo
+dbus
+meson make
+pango
+scdoc make
+wayland
diff --git a/wayland/mako/meta b/wayland/mako/meta
new file mode 100644
index 00000000..c626dc59
--- /dev/null
+++ b/wayland/mako/meta
@@ -0,0 +1,3 @@
+description: Lightweight Wayland notification daemon
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/mako/sources b/wayland/mako/sources
new file mode 100644
index 00000000..6dbc046a
--- /dev/null
+++ b/wayland/mako/sources
@@ -0,0 +1 @@
+https://github.com/emersion/mako/releases/download/v1.8.0/mako-1.8.0.tar.gz
diff --git a/wayland/mako/version b/wayland/mako/version
new file mode 100644
index 00000000..ab764544
--- /dev/null
+++ b/wayland/mako/version
@@ -0,0 +1 @@
+1.8.0 1