From daec9ff82287945e936bda42f9fe7895f0ce0ce3 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 16 Apr 2022 12:30:03 -0400 Subject: add notepadnext dpkg --- notepadnext/debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 notepadnext/debian/control (limited to 'notepadnext/debian/control') 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 +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++. -- cgit