-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.yml
More file actions
24 lines (24 loc) · 1.04 KB
/
Copy pathpackage.yml
File metadata and controls
24 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : img2pdf
version : 0.6.3
release : 14
source :
- https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-0.6.3.tar.gz : 219518020f5bd242bdc46493941ea3f756f664c2e86f2454721e74353f58cd95
homepage : https://gitlab.mister-muffin.de/josch/img2pdf
license : LGPL-3.0-or-later
component : multimedia.graphics
summary : Losslessly convert raster images to PDF
description: |
Python 3 library and command line utility img2pdf for losslessly converting a bunch of image files into a PDF file. That means that the images are either inserted into the PDF as-is or they are recompressed using lossless compression. Thus, img2pdf usually runs faster and may yield smaller PDF files than an ImageMagick convert command.
builddeps :
- python-build
- python-flit-core
- python-installer
- python-setuptools
rundeps :
- python-pikepdf
build : |
%python3_setup
install : |
%python3_install
rm -f $installdir/usr/bin/img2pdf-gui