Source: marka
Section: editors
Priority: optional
Maintainer: Hemanth <hemanth@example.com>
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
 python3-setuptools,
 dh-python
Standards-Version: 4.6.2
Homepage: https://github.com/HemanthGangula/marka
Rules-Requires-Root: no

Package: marka
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-gi,
 python3-gi-cairo,
 gir1.2-gtk-4.0,
 gir1.2-adw-1,
 gir1.2-webkit2gtk-6.0,
 python3-markdown,
 python3-pygments
Recommends:
 gir1.2-gtksource-5
Description: Lightweight GTK4 Markdown viewer and editor
 Marka is a lightweight, native Linux Markdown viewer and editor built
 with GTK4 and libadwaita. It renders Markdown in real time with
 GitHub-style typography, supports syntax-highlighted code blocks via
 Pygments, and respects the system light/dark theme automatically.
 .
 Features include live split-pane preview, GtkSourceView 5 syntax
 highlighting (with plain-text fallback), tables, task lists, footnotes,
 fenced code blocks, find-in-document, zoom, print, export to HTML,
 drag-and-drop file opening, recent files history, and persistent window
 geometry.
