waybox/.build.yml

24 lines
425 B
YAML
Raw Normal View History

# A SourceHut build manifest. See https://man.sr.ht/builds.sr.ht/manifest.md
# for more information.
#
2018-07-16 16:17:35 -05:00
image: archlinux
packages:
- libevdev
- libinput
2022-02-02 20:22:31 -05:00
- libxkbcommon
- libxml2
- meson
- wayland
- wayland-protocols
- wlroots
- xorg-server-xwayland
2018-07-16 16:17:35 -05:00
sources:
- https://github.com/wizbright/waybox
tasks:
- setup: |
cd waybox
2022-12-01 17:51:28 -05:00
meson setup build
2018-07-16 16:17:35 -05:00
- build: |
cd waybox
2022-01-29 14:34:55 -05:00
ninja -C build