Source: staticsite
Maintainer: Enrico Zini <enrico@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-markdown, python3-docutils,
               python3-toml, python3-yaml, python3-ruamel.yaml,
               python3-pil,
               python3-jinja2, python3-dateutil,
               python3-tz, python3-slugify,
               python3-tornado, python3-pyinotify,
               exiftool
Build-Depends-Indep: help2man
Standards-Version: 4.1.5
Rules-Requires-Root: no
Homepage: https://github.com/spanezz/staticsite
Vcs-Git: https://github.com/spanezz/staticsite.git
Vcs-Browser: https://github.com/spanezz/staticsite

Package: staticsite
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}, libjs-jquery, libjs-bootstrap4, fonts-fork-awesome, python3-lmdb, exiftool
Description: Static site generator
 Static site generator based on markdown and jinja2.
 .
 Features:
  - themable
  - free content structure
  - hugo-style archetypes and front matter
  - live preview server
