1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# vim: ft=yaml ts=2 sw=2 et : image: archlinux packages: - cmake - wlc-git - xorg-server-xwayland - xcb-util-image - json-c - pango - cairo - wayland - gdk-pixbuf2 sources: - https://git.sr.ht/~sircmpwn/sway tasks: - setup: | cd sway mkdir build cd build cmake .. - build: | cd sway cd build make