Source: linuxdeployqt
Section: utils
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 git,
 make,
 ninja-build,
 pkgconf,
 pkg-config,
 qt5-qmake,
 qtbase5-dev,
 qtbase5-dev-tools,
 qtchooser,
 qttools5-dev,
 qttools5-dev-tools,
Standards-Version: 4.6.2
Homepage: https://github.com/probonopd/linuxdeployqt
Vcs-Browser: https://github.com/probonopd/linuxdeployqt
Vcs-Git: https://github.com/probonopd/linuxdeployqt.git

Package: linuxdeployqt
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Packaged with Linux Deployment Tool Qt
 This Linux Deployment Tool, linuxdeployqt, takes an application as input and makes it self-contained by copying in the resources that the application uses (like libraries, graphics, and plugins) into a bundle. The resulting bundle can be distributed as an AppDir or as an AppImage to users, or can be put into cross-distribution packages. It can be used as part of the build process to deploy applications written in C, C++, and other compiled languages with systems like CMake, qmake, and make. When used on Qt-based applications, it can bundle a specific minimal subset of Qt required to run the application.