sxmo-dwm

My configuration of sxmo fork of suckless dwm.
git clone git://watertao.xyz/programs/sxmo-dwm.git
Log | Files | Refs | README | LICENSE

.build.yml (264B)


      1 image: alpine/edge
      2 packages:
      3   - editorconfig-checker
      4   - libxft-dev
      5   - libx11-dev
      6   - libxinerama-dev
      7   - pango-dev
      8 sources:
      9   - https://git.sr.ht/~mil/sxmo-dwm
     10 tasks:
     11   - editorconfig-check: |
     12       cd sxmo-dwm
     13       ec
     14   - make: |
     15       cd sxmo-dwm
     16       make