vis

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

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

freebsd.yml

(243B)


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