2022-02-20 23:01:46 -05:00
|
|
|
# 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:
|
2022-12-08 16:16:05 -05:00
|
|
|
- libevdev
|
2022-02-20 23:01:46 -05:00
|
|
|
- libinput
|
2022-02-02 20:22:31 -05:00
|
|
|
- libxkbcommon
|
|
|
|
|
- libxml2
|
2022-12-08 16:16:05 -05:00
|
|
|
- meson
|
|
|
|
|
- wayland
|
|
|
|
|
- wayland-protocols
|
2022-02-20 23:01:46 -05:00
|
|
|
- wlroots
|
2022-02-13 13:24:05 -05:00
|
|
|
- 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
|