diff options
| author | ruki <[email protected]> | 2020-09-09 22:48:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-09 22:48:56 +0800 |
| commit | 8174ff0f8b4cc6591222ccb39d841959abed14c8 (patch) | |
| tree | 55501ae73b5c66124093a24d774d7d92c1e0bbf6 /scripts/debian/control | |
| parent | 6cd945f6b5268b392e5452a7d89f4807da89f18c (diff) | |
improve debian and makeppa script
Diffstat (limited to 'scripts/debian/control')
| -rw-r--r-- | scripts/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/debian/control b/scripts/debian/control index 426663a22..4f24ef574 100644 --- a/scripts/debian/control +++ b/scripts/debian/control @@ -11,11 +11,11 @@ Homepage: http://xmake.io Package: xmake Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -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. +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. |
