mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
22 lines
412 B
YAML
22 lines
412 B
YAML
# A SourceHut build manifest. See https://man.sr.ht/builds.sr.ht/manifest.md
|
|
# for more information.
|
|
#
|
|
image: archlinux
|
|
packages:
|
|
- meson
|
|
- wayland
|
|
- wayland-protocols
|
|
- libinput
|
|
- libxkbcommon
|
|
- libxml2
|
|
- wlroots
|
|
- xorg-server-xwayland
|
|
sources:
|
|
- https://github.com/wizbright/waybox
|
|
tasks:
|
|
- setup: |
|
|
cd waybox
|
|
meson setup build
|
|
- build: |
|
|
cd waybox
|
|
ninja -C build
|