vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
debian.yml
(397B)
1 image: debian/stable
2 packages:
3 - libacl1-dev
4 - liblua5.3-dev
5 - libncursesw5-dev
6 - libselinux1-dev
7 - libtermkey-dev
8 - libtre-dev
9 - lua-lpeg
10 sources:
11 - https://github.com/martanne/vis
12 tasks:
13 - locale: |
14 sudo sh -c 'echo en_US.UTF-8 UTF-8 > /etc/locale.gen'
15 sudo locale-gen
16 - build: |
17 cd vis
18 ./configure
19 make
20 - test: |
21 cd vis
22 make test