package = "liba"
version = "dev-1"
source = {
url = "https://github.com/tqfx/liba/archive/main.tar.gz",
dir = "liba-main"
}
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 = {}
}