package = "liba"
version = "0.1.14-1"
source = {
   url = "https://github.com/tqfx/liba/archive/0.1.14.tar.gz",
   dir = "liba-0.1.14"
}
description = {
   summary = "An algorithm library based on C/C++",
   homepage = "https://github.com/tqfx/liba",
   maintainer = "tqfx <tqfx@tqfx.org>",
   license = "MPL-2.0"
}
build = {
   type = "cmake",
   variables = {
      BUILD_TESTING=0,
      CMAKE_BUILD_TYPE="Release",
      CMAKE_INSTALL_PREFIX="$(PREFIX)",
      LUA_INCLUDE_DIR="$(LUA_INCDIR)",
      LIBA_INSTALL="lua",
      LIBA_LUA=1,
      LIBA_IPO=1,
      LIBA_CXX=0
   },
   copy_directories = {}
}
