debian: initial packaging work
This commit is contained in:
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
Source: lite-xl
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Valentin Haudiquet <valentin.haudiquet@canonical.com>
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.2
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
meson,
|
||||
ninja-build,
|
||||
libsdl3-dev,
|
||||
libfreetype-dev,
|
||||
libpcre2-dev,
|
||||
liblua5.4-dev
|
||||
Homepage: https://lite-xl.com/
|
||||
|
||||
Package: lite-xl
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: A lightweight text editor written in Lua
|
||||
A lightweight, fast and extensible text editor written in Lua, designed to be
|
||||
highly customizable and to have a small footprint. It is written in C and Lua
|
||||
and uses the SDL library for cross-platform rendering.
|
||||
Reference in New Issue
Block a user