summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
blob: 3e236168d153f5c0811d57ab2b875bcb29a1dd6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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