Support highlight for string
[liba.git] / lua / liba-dev-1.rockspec
blob5c162bce7d4cf44e0c6b61ab3ff032fe12ccab3b
1 package = "liba"
2 version = "dev-1"
3 source = {
4    url = "git+https://github.com/tqfx/liba"
6 description = {
7    summary = "An algorithm library based on C/C++ language",
8    homepage = "https://github.com/tqfx/liba",
9    maintainer = "tqfx <tqfx@tqfx.org>",
10    license = "MPL-2.0"
12 build = {
13    type = "cmake",
14    variables = {
15       BUILD_TESTING=0,
16       CMAKE_INSTALL_PREFIX="$(PREFIX)",
17       LUA_INCLUDE_DIR="$(LUA_INCDIR)",
18       LIBA_INSTALL="lua",
19       LIBA_CXX=0,
20       LIBA_LUA=1
21    },
22    copy_directories = {}