13 lines
200 B
YAML
13 lines
200 B
YAML
|
image: archlinux
|
||
|
packages:
|
||
|
- meson
|
||
|
- wayland
|
||
|
- wayland-protocols
|
||
|
sources:
|
||
|
- https://git.sr.ht/~kennylevinsen/wlsunset
|
||
|
tasks:
|
||
|
- build: |
|
||
|
meson build wlsunset
|
||
|
ninja -C build
|
||
|
|