summaryrefslogtreecommitdiff
path: root/scripts/debian/control
blob: 18568ddb2c68855236e803cb303df03f76ee11a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: xmake
Section: contrib/devel
Priority: optional
Maintainer: ruki <[email protected]>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.7
Homepage: http://xmake.io
#Vcs-Git: [email protected]:tboox/xmake.git
#Vcs-Browser: https://github.com/tboox/xmake.git

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.