summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'notepadnext/debian/control')
-rw-r--r--notepadnext/debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/notepadnext/debian/control b/notepadnext/debian/control
new file mode 100644
index 0000000..3e23616
--- /dev/null
+++ b/notepadnext/debian/control
@@ -0,0 +1,20 @@
+Source: notepadnext
+Section: editors
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 12),
+ libqt6core5compat6-dev,
+ libqt6core6,
+ qmake6,
+ qt6-base-private-dev,
+ qtbase5-private-dev
+Standards-Version: 4.5.0
+Homepage: https://github.com/dail8859/NotepadNext
+
+Package: notepadnext
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: A cross-platform, reimplementation of Notepad++
+ Powerful QT-based text editor for graphical environments,
+ but based on scintilla like the original Notepad++.
bgstack15