aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5a702f5
--- /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://git.jadupc.com/pkgs/whatsie -b debian
+Vcs-Browser: https://git.jadupc.com/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