aboutsummaryrefslogtreecommitdiff
path: root/wayland/grim
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/grim')
-rwxr-xr-xwayland/grim/build11
-rw-r--r--wayland/grim/checksums2
-rw-r--r--wayland/grim/depends6
-rw-r--r--wayland/grim/meta3
-rw-r--r--wayland/grim/sources1
-rw-r--r--wayland/grim/version1
6 files changed, 24 insertions, 0 deletions
diff --git a/wayland/grim/build b/wayland/grim/build
new file mode 100755
index 00000000..d61a05c1
--- /dev/null
+++ b/wayland/grim/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Djpeg=enabled \
+ -Dman-pages=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/grim/checksums b/wayland/grim/checksums
new file mode 100644
index 00000000..27fa3cf7
--- /dev/null
+++ b/wayland/grim/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+70170a919083394bb8013eb9bac56130e95db48af3e9af75d16046cf6c8f825f v1.4.1.tar.gz
diff --git a/wayland/grim/depends b/wayland/grim/depends
new file mode 100644
index 00000000..902dfc36
--- /dev/null
+++ b/wayland/grim/depends
@@ -0,0 +1,6 @@
+cairo
+libjpeg-turbo
+meson make
+scdoc make
+wayland
+wayland-protocols make
diff --git a/wayland/grim/meta b/wayland/grim/meta
new file mode 100644
index 00000000..1f2ab364
--- /dev/null
+++ b/wayland/grim/meta
@@ -0,0 +1,3 @@
+description: Grab images from a Wayland compositor
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/grim/sources b/wayland/grim/sources
new file mode 100644
index 00000000..cc1875cc
--- /dev/null
+++ b/wayland/grim/sources
@@ -0,0 +1 @@
+https://git.sr.ht/~emersion/grim/archive/v1.4.1.tar.gz
diff --git a/wayland/grim/version b/wayland/grim/version
new file mode 100644
index 00000000..e187c17e
--- /dev/null
+++ b/wayland/grim/version
@@ -0,0 +1 @@
+1.4.1 1