Source: singleapplication
Section: libs
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends:
 cmake (>= 3.7.0~),
 debhelper-compat (= 13),
 dh-exec,
 qtbase5-dev,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/itay-grudev/SingleApplication
Vcs-Git: https://gitee.com/openkylin/singleapplication.git
Vcs-Browser: https://gitee.com/openkylin/singleapplication

Package: libsingleapplication-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
Description: Replacement of QtSingleApplication for Qt5
 Project SingleApplication is a replacement of QtSingleApplication
 for Qt5. It helps to keep the primary instance of your application
 and kill each subsequent instances. If enabled, it can also spawn
 secondary (non-related to the primary) instances and send data to
 the primary instance from secondary instances.
