slurp: 1.3.2

This commit is contained in:
Dylan Araps 2021-07-08 21:06:25 +03:00
parent 68a0665cb2
commit 04822edc03
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 19 additions and 0 deletions

11
wayland/slurp/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
. output
ninja -C output
ninja -C output install

1
wayland/slurp/checksums Normal file
View File

@ -0,0 +1 @@
005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876

5
wayland/slurp/depends Normal file
View File

@ -0,0 +1,5 @@
cairo
libxkbcommon
meson make
wayland
wayland-protocols make

1
wayland/slurp/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/emersion/slurp/releases/download/v1.3.2/slurp-1.3.2.tar.gz

1
wayland/slurp/version Normal file
View File

@ -0,0 +1 @@
1.3.2 1