Package Details: markdown2pdf-git 23.09.r132.g345abfd-1

Git Clone URL: https://aur.archlinux.org/markdown2pdf-git.git (read-only, click to copy)
Package Base: markdown2pdf-git
Description: Markdown to PDF converter with syntax highlighting, using md2html (md4c), highlight and wkhtmltopdf.
Upstream URL: https://github.com/trizen/perl-scripts
Licenses: GPL-3.0-or-later
Conflicts: markdown2pdf
Provides: markdown2pdf
Submitter: trizen
Maintainer: trizen
Last Packager: trizen
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-31 09:42 (UTC)
Last Updated: 2024-06-25 18:22 (UTC)

Dependencies (8)

Required by (1)

Sources (1)

Latest Comments

trizen commented on 2024-06-25 17:59 (UTC)

The reason for including wkhtmltopdf-static in optdepends is because it's an alternative to wkhtmltopdf. It is built to include several more features, such as the generation of PDF outlines.

dreieck commented on 2024-05-20 12:08 (UTC)

Please make the license specifier SPDX compliant:

markdown2pdf-git E: GPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for the package!

dreieck commented on 2024-05-20 12:07 (UTC)

Why do you have wkhtmltopdf-static in optdepends when you have wkhtmltopdf in depends?

dreieck commented on 2024-05-20 12:06 (UTC)

Please add

  • provides=("markdown2pdf=${pkgver}") and
  • conflicts=('markdown2pdf').

Regards and thanks for maintaining!