vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

openbsd.yml

(233B)


      1 image: openbsd/latest
      2 packages:
      3   - gmake
      4   - libtermkey
      5   - lua%5.3
      6   - lua53-lpeg
      7 sources:
      8   - https://github.com/martanne/vis
      9 tasks:
     10   - build: |
     11       cd vis
     12       ./configure
     13       make
     14   - test: |
     15       cd vis
     16       gmake test