diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:47:10 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:47:10 +0100 |
commit | 44388020aa696238daff956fd06d8470c3e9dcf2 (patch) | |
tree | e5b61483f8ea356a96f543666d2f9deb7360aa9f /debian/control |
Added debian infrastructure
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c27819e --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: xmake +Section: devel +Priority: optional +Maintainer: Roland Reichwein <mail@reichwein.it> +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, pkg-config, libfmt-dev, googletest, gcovr, libreichwein-dev +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/xmake/ + +Package: xmake +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/xmake/ +Description: Buildsystem + XMake is a buildsystem with automatically resolved dependencies. |