ScoopInstaller_Main/xpdf-tools.json
2019-03-14 22:00:28 +00:00

45 lines
1.3 KiB
JSON

{
"homepage": "https://www.xpdfreader.com",
"description": "Several command-line utilities to read and extract data from PDF files",
"version": "4.01.01",
"url": "https://xpdfreader-dl.s3.amazonaws.com/xpdf-tools-win-4.01.01.zip",
"hash": "87f526b2fb4f55c73be5c2443184704dce4efa77ba864b7f8ff2bcd4467f18f9",
"license": {
"identifier": "GPL-2.0-only,GPL-3.0-only"
},
"architecture": {
"32bit": {
"extract_dir": "xpdf-tools-win-4.01.01/bin32"
},
"64bit": {
"extract_dir": "xpdf-tools-win-4.01.01/bin64"
}
},
"checkver": {
"url": "https://www.xpdfreader.com/download.html",
"re": "Current version:\\s*([^\\s<]+)"
},
"autoupdate": {
"url": "https://xpdfreader-dl.s3.amazonaws.com/xpdf-tools-win-$version.zip",
"architecture": {
"32bit": {
"extract_dir": "xpdf-tools-win-$version/bin32"
},
"64bit": {
"extract_dir": "xpdf-tools-win-$version/bin64"
}
}
},
"bin": [
"pdftopng.exe",
"pdftoppm.exe",
"pdfimages.exe",
"pdftohtml.exe",
"pdffonts.exe",
"pdfdetach.exe",
"pdftotext.exe",
"pdfinfo.exe",
"pdftops.exe"
]
}