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