aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim-lsp/Makefile
blob: de988fd7faf7992fadb542fbfc8f2bb18e02797b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	vim-lsp
DISTVERSIONPREFIX=	v
DISTVERSION=	0.1.4-198
DISTVERSIONSUFFIX=	-gd36f381
CATEGORIES=	editors

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Async language server protocol plugin for vim and neovim
WWW=		https://github.com/prabirshrestha/vim-lsp

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	prabirshrestha

NO_BUILD=	yes
NO_ARCH=	yes

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles
.for dir in doc autoload ftplugin plugin
	cd ${WRKSRC} && \
		${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/share/vim/vimfiles
.endfor

.include <bsd.port.mk>