File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-nvim 0.1.0-1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: makefile: 70; ansic: 32
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
PKG_NAME=nvim
PKG_URL=https://github.com/neovim/lua-client/

CLIB_LDFLAGS=$(shell pkg-config libuv --libs)
CLIB_OBJS=nvim/native.lo
LUA_MODNAME_CPART=nvim.native

LUA_SOURCES=$(wildcard nvim/*.lua)
LUA_MODNAME=nvim
LUA_TEST_CUSTOM=/usr/bin/busted --lpath='./nvim/?.lua;' '--cpath=./nvim/?.so;' -o gtest test