diff options
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/grim/build | 10 | ||||
-rw-r--r-- | wayland/grim/checksums | 1 | ||||
-rw-r--r-- | wayland/grim/depends | 5 | ||||
-rw-r--r-- | wayland/grim/sources | 1 | ||||
-rw-r--r-- | wayland/grim/version | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/wayland/grim/build b/wayland/grim/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/wayland/grim/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/grim/checksums b/wayland/grim/checksums new file mode 100644 index 00000000..81fb5ade --- /dev/null +++ b/wayland/grim/checksums @@ -0,0 +1 @@ +42c2952e98389506156c08e40e0c37afdc2ec5ef4d55a5a4febde6acdac4d1c8 grim-1.3.2.tar.gz diff --git a/wayland/grim/depends b/wayland/grim/depends new file mode 100644 index 00000000..f79fd1fc --- /dev/null +++ b/wayland/grim/depends @@ -0,0 +1,5 @@ +cairo +libjpeg-turbo +meson make +wayland +wayland-protocols make diff --git a/wayland/grim/sources b/wayland/grim/sources new file mode 100644 index 00000000..961c4086 --- /dev/null +++ b/wayland/grim/sources @@ -0,0 +1 @@ +https://github.com/emersion/grim/releases/download/v1.3.2/grim-1.3.2.tar.gz diff --git a/wayland/grim/version b/wayland/grim/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/wayland/grim/version @@ -0,0 +1 @@ +1.3.2 1 |