Source: xmake
Maintainer: Lance Lin <lq27267@gmail.com>
Section: devel
Build-Depends: debhelper-compat (= 14)
Build-Depends-Arch: pkgconf,
                    lua-cjson-dev,
                    libxxhash-dev,
                    liblua5.4-dev,
                    libluajit-5.1-dev,
                    liblz4-dev,
                    libsv-dev,
                    libtbox-dev (>= 1.8.2)
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/xmake-team/xmake
Vcs-Git: https://salsa.debian.org/xmake-team/xmake.git
Homepage: https://xmake.io

Package: xmake
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         xmake-data (>= ${source:Version})
Recommends: doxygen
Description: cross-platform build utility based on Lua
 xmake is a lightweight cross-platform build utility based on Lua. It uses
 xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt,
 the configuration syntax is more concise and intuitive. It is very friendly to
 novices and can quickly get started in a short time. Let users focus more on
 actual project development.

Package: xmake-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: make,
            cmake
Description: Data for xmake
 xmake is a lightweight cross-platform build utility based on Lua. It uses
 xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt,
 the configuration syntax is more concise and intuitive. It is very friendly to
 novices and can quickly get started in a short time. Let users focus more on
 actual project development.
 .
 This package contains the static data for xmake.
