diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:26:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:26:18 +0300 |
commit | 989b6341e0ca8b4c7ab191e57b38281a50d38408 (patch) | |
tree | 23b6e9d03201514e61a61a4babc6d8a8bc531060 | |
parent | cf4f4b7060a9aa59e723ca9e8f66031d5b06565e (diff) | |
download | repository-989b6341e0ca8b4c7ab191e57b38281a50d38408.tar.gz |
slurp: add new package at 1.3.2
-rwxr-xr-x | wayland/slurp/build | 10 | ||||
-rw-r--r-- | wayland/slurp/checksums | 1 | ||||
-rw-r--r-- | wayland/slurp/depends | 6 | ||||
-rw-r--r-- | wayland/slurp/sources | 1 | ||||
-rw-r--r-- | wayland/slurp/version | 1 |
5 files changed, 19 insertions, 0 deletions
diff --git a/wayland/slurp/build b/wayland/slurp/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/wayland/slurp/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/slurp/checksums b/wayland/slurp/checksums new file mode 100644 index 00000000..39fd8fcd --- /dev/null +++ b/wayland/slurp/checksums @@ -0,0 +1 @@ +005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876 slurp-1.3.2.tar.gz diff --git a/wayland/slurp/depends b/wayland/slurp/depends new file mode 100644 index 00000000..0a867977 --- /dev/null +++ b/wayland/slurp/depends @@ -0,0 +1,6 @@ +cairo +libxkbcommon +meson make +scdoc 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 |