+ wkhtmltopdf and wkhtmltoimage are open source command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
+ These run entirely "headless" and do not require a display or display service.
+builddeps :
+ - pkgconfig(Qt5Gui)
+ - pkgconfig(Qt5Svg)
+ - pkgconfig(Qt5WebKit)
+ - pkgconfig(Qt5XmlPatterns)
+setup : |
+ %qmake wkhtmltopdf.pro
+build : |
+ %make
+install : |
+ %make_install INSTALL_ROOT=$installdir/usr
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,60 @@
+<PISI>
+ <Source>
+ <Name>wkhtmltopdf</Name>
+ <Packager>
+ <Name>Jan Baudisch</Name>
+ <Email>dev@baudisch.xyz</Email>
+ </Packager>
+ <License>LGPL-3.0-or-later</License>
+ <PartOf>office</PartOf>
+ <Summary xml:lang="en">HTML to PDF converter</Summary>
+ <Description xml:lang="en">wkhtmltopdf and wkhtmltoimage are open source command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
+These run entirely "headless" and do not require a display or display service.
+ <Summary xml:lang="en">HTML to PDF converter</Summary>
+ <Description xml:lang="en">wkhtmltopdf and wkhtmltoimage are open source command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
+These run entirely "headless" and do not require a display or display service.
+ <Summary xml:lang="en">Development files for wkhtmltopdf</Summary>
+ <Description xml:lang="en">wkhtmltopdf and wkhtmltoimage are open source command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
+These run entirely "headless" and do not require a display or display service.