Package Details: nvi 1.79-3

Git Clone URL: https://aur.archlinux.org/nvi.git (read-only, click to copy)
Package Base: nvi
Description: Portable OpenBSD vi, originally distributed as part of 4BSD.
Upstream URL: https://github.com/lacamera/nvi
Keywords: editor, nvi, vi
Licenses: BSD
Submitter: 10sr
Maintainer: lacamera
Last Packager: lacamera
Votes: 7
Popularity: 0.000120
First Submitted: 2015-09-05 15:41 (UTC)
Last Updated: 2022-09-25 18:03 (UTC)

Latest Comments

randiprit commented on 2024-04-01 17:29 (UTC) (edited on 2024-04-01 17:32 (UTC) by randiprit)

Current maintainer of nvi(2) :

https://github.com/lichray/nvi2

Need its companion (DB1) from the BSD world :

https://github.com/matijaskala/db1

Arch repo dependencies :

cmake
libiconv
libbsd

My way of building nvi :

1.  git clone https://github.com/lichray/nvi2
2.  cd nvi2
3.  git clone https://github.com/matijaskala/db1
4.  cmake -DCMAKE_EXE_LINKER_FLAGS=-Ldb1 -DDB_INCLUDE_DIR=db1/include .
5.  make -C db1
6.  make

Then you can copy/move the executable anywhere in your path and invoke 'nvi'. Enjoy

<deleted-account> commented on 2018-03-31 21:47 (UTC)

Segfaults when I run nex.

PKGBUILD should provide nvi since there is nvi-multibyte-upstream.