summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-16 12:30:03 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-16 12:30:03 -0400
commitdaec9ff82287945e936bda42f9fe7895f0ce0ce3 (patch)
tree8030b01aec3cf75ac0ba70950432549fbb2967f1 /notepadnext/debian/control
parentnpp 8.3.3 (diff)
downloadstackrpms-daec9ff82287945e936bda42f9fe7895f0ce0ce3.tar.gz
stackrpms-daec9ff82287945e936bda42f9fe7895f0ce0ce3.tar.bz2
stackrpms-daec9ff82287945e936bda42f9fe7895f0ce0ce3.zip
add notepadnext dpkg
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