14 lines
219 B
YAML
14 lines
219 B
YAML
|
image: alpine/edge
|
||
|
packages:
|
||
|
- meson
|
||
|
- wayland
|
||
|
- wayland-dev
|
||
|
- wayland-protocols
|
||
|
sources:
|
||
|
- https://git.sr.ht/~kennylevinsen/wlsunset
|
||
|
tasks:
|
||
|
- build: |
|
||
|
meson build wlsunset
|
||
|
ninja -C build
|
||
|
|