Files
docker-php-fpm/php_tools/mupdf-tools/install.yml
2022-12-09 09:44:40 +01:00

13 lines
202 B
YAML

---
check: |
echo test > test.txt \
&& mutool create -o test.pdf test.txt \
&& file test.pdf | gre 'PDF document' \
&& rm test.txt \
&& rm test.pdf \
all:
type: apt
package: mupdf-tools