summaryrefslogtreecommitdiff
path: root/notepadnext/debian/control
blob: bd58cc826675cf1f379a0a1ffab52211da6518b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: notepadnext
Section: editors
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
	libqt6core6,
	qmake6,
	qt6-5compat-dev,
	qt6-base-private-dev,
	qtbase5-private-dev,
# When i18n works, we will need this b-d:
#qt6-l10n-tools
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