blob: ac8481ef71b1f7d07d2e8304f71026151f464140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
image: freebsd/latest
packages:
- meson
- wayland
- wayland-protocols
- pkgconf
sources:
- https://git.sr.ht/~kennylevinsen/wlsunset
tasks:
- build: |
meson build wlsunset
ninja -C build
|