diff options
Diffstat (limited to 'wayland/mako')
-rwxr-xr-x | wayland/mako/build | 12 | ||||
-rw-r--r-- | wayland/mako/checksums | 2 | ||||
-rw-r--r-- | wayland/mako/depends | 7 | ||||
-rw-r--r-- | wayland/mako/meta | 3 | ||||
-rw-r--r-- | wayland/mako/sources | 1 | ||||
-rw-r--r-- | wayland/mako/version | 1 |
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..e1c2c438 --- /dev/null +++ b/wayland/mako/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +83a230dc811435999fab0cb2e14e03098b885145746f17733561cfe597c61aa1 mako-1.9.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..8c3aa384 --- /dev/null +++ b/wayland/mako/sources @@ -0,0 +1 @@ +https://github.com/emersion/mako/releases/download/v1.9.0/mako-1.9.0.tar.gz diff --git a/wayland/mako/version b/wayland/mako/version new file mode 100644 index 00000000..67fe23c8 --- /dev/null +++ b/wayland/mako/version @@ -0,0 +1 @@ +1.9.0 1 |