mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-build/xmake: moved from dev-util/xmake
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
18
dev-build/xmake/metadata.xml
Normal file
18
dev-build/xmake/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/xmake-io/xmake/issues</bugs-to>
|
||||
<remote-id type="github">xmake-io/xmake</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
It can compile the project directly like Make/Ninja, or generate project
|
||||
files like CMake/Meson, and it also has a built-in package management system
|
||||
to help users solve the integrated use of C/C++ dependent libraries.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user