diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6f6f2d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: whatsie +Section: web +Priority: optional +Maintainer: Mubashshir <ahm@jadupc.com> +Build-Depends: + debhelper-compat (= 13), + qt5-qmake, + libx11-dev, + libx11-xcb-dev, + qtwebengine5-dev, + qtwebengine5-dev-tools, + qtpositioning5-dev, +Standards-Version: 4.6.0 +Homepage: https://github.com/keshavbhatt/whatsie +Vcs-Git: https://builder.jadupc.com/git/pkgs/whatsie -b debian +Vcs-Browser: https://builder.jadupc.com/git/pkgs/whatsie + +Package: whatsie +Architecture: any +Depends: ${shlibs:Depends} +Provides: + whatsapp, + whatsapp-web, +Description: Unofficial client for WhatsApp + WhatSie is a feature rich WhatsApp web client based on + Qt WebEngine for Linux Desktop. + +# vim: ft=yaml:ts=1:et |