[epubcheck]
flags = fixme fixme-silent run-in-tmp-dir
apt = epubcheck
files = *.epub
types = application/epub+zip
command = epubcheck --quiet {file} | egrep -v '^(Check finished with warnings or errors| *)$'

[flightcrew]
apt = flightcrew
files = *.epub
types = application/epub+zip
command = flightcrew-cli {files}

# vim:ft=dosini
