wlsunset: 0.2.0

This commit is contained in:
Dylan Araps 2021-07-09 15:17:05 +03:00
parent c6e719df1a
commit ad7d86e5d5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 17 additions and 0 deletions

11
wayland/wlsunset/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

View File

@ -0,0 +1 @@
88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03

3
wayland/wlsunset/depends Normal file
View File

@ -0,0 +1,3 @@
meson make
wayland
wayland-protocols make

1
wayland/wlsunset/sources Normal file
View File

@ -0,0 +1 @@
https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.2.0.tar.gz

1
wayland/wlsunset/version Normal file
View File

@ -0,0 +1 @@
0.2.0 1