diff options
| author | ruki <[email protected]> | 2017-04-07 09:53:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-07 09:53:29 +0800 |
| commit | 3085ff44c910916e6378982f14a9bbf2bcbe50ac (patch) | |
| tree | 44df0acc22951703b8ee9ff2861bbd14ac95bcbb /scripts/debian/control | |
| parent | 9f65a2f1b69d54a4d15d135f4b3058a989a57429 (diff) | |
add makeppa script and debian
Diffstat (limited to 'scripts/debian/control')
| -rw-r--r-- | scripts/debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/debian/control b/scripts/debian/control new file mode 100644 index 000000000..992777bea --- /dev/null +++ b/scripts/debian/control @@ -0,0 +1,14 @@ +Source: xmake +Section: net +Priority: optional +Maintainer: ruki <[email protected]> +Build-Depends: debhelper (>=9) +Standards-Version: 2.1.3 +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 |
