]> git.armaanb.net Git - asd-repo.git/blob - core/vis/build
ncurses, dvtm: reduce size of terminfo db
[asd-repo.git] / core / vis / build
1 #!/bin/sh -e
2
3 patch -p1 < soft-wrap.patch
4
5 ./configure \
6         --prefix=/usr \
7         --enable-lua \
8         --enable-lpeg-static
9
10 make
11 make DESTDIR="$1" install
12
13 ln -s "/usr/bin/vis" "$1/usr/bin/vi"