waybox/.build.yml
2022-12-08 20:47:39 -05:00

23 lines
425 B
YAML

# A SourceHut build manifest. See https://man.sr.ht/builds.sr.ht/manifest.md
# for more information.
#
image: archlinux
packages:
- libevdev
- libinput
- libxkbcommon
- libxml2
- meson
- wayland
- wayland-protocols
- wlroots
- xorg-server-xwayland
sources:
- https://github.com/wizbright/waybox
tasks:
- setup: |
cd waybox
meson setup build
- build: |
cd waybox
ninja -C build