From eedac700b10ab9e5900708ff06a09e881317f6eb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 5 Apr 2022 14:00:15 -0400 Subject: scite: add devuan dpkg --- scite/debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scite/debian/control (limited to 'scite/debian/control') diff --git a/scite/debian/control b/scite/debian/control new file mode 100644 index 0000000..682ad5e --- /dev/null +++ b/scite/debian/control @@ -0,0 +1,24 @@ +Source: scite +Maintainer: B. Stack +XSBC-Original-Maintainer: Michael Vogt +Section: editors +Priority: optional +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 13), + libgtk-3-dev, + libglib2.0-dev, + liblua5.4-dev +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/debian/scite +Vcs-Git: https://salsa.debian.org/debian/scite.git +Homepage: https://scintilla.org/SciTE.html + +Package: scite +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Provides: editor +Description: Lightweight GTK-based programming editor + GTK-based programming editor with syntax highlighting support for + many languages. Also supports folding sections, exporting + highlighted text into colored HTML and RTF. -- cgit