summaryrefslogtreecommitdiff
path: root/scripts/debian/control
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-09 00:55:13 +0800
committerruki <[email protected]>2020-09-09 00:55:13 +0800
commit6cd945f6b5268b392e5452a7d89f4807da89f18c (patch)
tree8a92b8f430399f23072e0472d8d93b6c95c42fba /scripts/debian/control
parent95981ed19ba69b2367db5a0e33e2ed80ba811882 (diff)
update makeppa
Diffstat (limited to 'scripts/debian/control')
-rw-r--r--scripts/debian/control14
1 files changed, 8 insertions, 6 deletions
diff --git a/scripts/debian/control b/scripts/debian/control
index 6230cfb19..426663a22 100644
--- a/scripts/debian/control
+++ b/scripts/debian/control
@@ -11,9 +11,11 @@ Homepage: http://xmake.io
Package: xmake
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A make-like build utility based on Lua
- xmake focuses on making development and building easier and
- provides many features (e.g. package, install, plugin, macro,
- action, option, task ...), so that any developer can quickly
- pick it up and enjoy the productivity boost when developing
- and building project.
+Description: A 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.
+
+