New port: editors/neovim-qt: Neovim client library and QT5 GUI

PR:		224427
Submitted by:	chuck@tuffli.net
This commit is contained in:
Yuri Victorovich 2018-03-16 08:06:21 +00:00
parent f049ec1da7
commit 58c6c6fa6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464660
5 changed files with 44 additions and 0 deletions

View File

@ -197,6 +197,7 @@
SUBDIR += ne
SUBDIR += nedit
SUBDIR += neovim
SUBDIR += neovim-qt
SUBDIR += nvi-devel
SUBDIR += nvi-m17n
SUBDIR += omegaT

View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= neovim-qt
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.8
CATEGORIES= editors
MAINTAINER= chuck@tuffli.net
COMMENT= Neovim client library and QT5 GUI
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= neovim>=0:editors/neovim
LIB_DEPENDS= libmsgpackc.so:devel/msgpack
RUN_DEPENDS= neovim>=0:editors/neovim
USES= cmake:outsource desktop-file-utils
USE_GITHUB= yes
GH_ACCOUNT= equalsraf
USE_QT5= core gui testlib network widgets buildtools_build qmake_build
CMAKE_ON= USE_SYSTEM_MSGPACK
CMAKE_OFF= ENABLE_TESTS
DATADIR= ${PREFIX}/share/nvim-qt
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1513608557
SHA256 (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 53653c21de1dd41fb78a65f27e989b3478c74ad91cbde92f831fb3d81b25802b
SIZE (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 969166

View File

@ -0,0 +1,5 @@
neovim is a Qt5 GUI for neovim.
Commands for interacting with the GUI are regular commands,
available in the documentation.
WWW: https://github.com/equalsraf/neovim-qt/

View File

@ -0,0 +1,7 @@
bin/nvim-qt
share/applications/nvim-qt.desktop
%%DATADIR%%/runtime/README.md
%%DATADIR%%/runtime/doc/nvim_gui_shim.txt
%%DATADIR%%/runtime/doc/tags
%%DATADIR%%/runtime/plugin/nvim_gui_shim.vim
share/pixmaps/nvim-qt.png