diff --git a/wayland/slurp/build b/wayland/slurp/build new file mode 100755 index 00000000..7649f1b1 --- /dev/null +++ b/wayland/slurp/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --buildtype=release \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/slurp/checksums b/wayland/slurp/checksums new file mode 100644 index 00000000..e9beaa52 --- /dev/null +++ b/wayland/slurp/checksums @@ -0,0 +1 @@ +005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876 diff --git a/wayland/slurp/depends b/wayland/slurp/depends new file mode 100644 index 00000000..2d259294 --- /dev/null +++ b/wayland/slurp/depends @@ -0,0 +1,5 @@ +cairo +libxkbcommon +meson make +wayland +wayland-protocols make diff --git a/wayland/slurp/sources b/wayland/slurp/sources new file mode 100644 index 00000000..2eaddc06 --- /dev/null +++ b/wayland/slurp/sources @@ -0,0 +1 @@ +https://github.com/emersion/slurp/releases/download/v1.3.2/slurp-1.3.2.tar.gz diff --git a/wayland/slurp/version b/wayland/slurp/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/wayland/slurp/version @@ -0,0 +1 @@ +1.3.2 1