Add neovim

This commit is contained in:
Dan Ponte 2022-09-13 22:54:22 -04:00
parent 5ef8689e80
commit 9318df821d

View File

@ -0,0 +1,15 @@
PORTNAME= neovim
PORTREVISION= 1
PKGNAMESUFFIX= -luajit
MAINTAINER= dan@dynatron.me
COMMENT= Neovim without openresty
MASTERDIR= ${.CURDIR}/../neovim
CONFLICTS= neovim-* \
.include "${MASTERDIR}/Makefile"
LIB_DEPENDS=${LIB_DEPENDS:S/-openresty//1}