mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
46 lines
1.3 KiB
JSON
46 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.02",
|
|
"url": "https://xpdfreader-dl.s3.amazonaws.com/xpdf-tools-win-4.02.zip",
|
|
"hash": "b39a8e3f5f8f981328c926c6bcb3f3b11cc007c826719f6e10e3eb628e0a6355",
|
|
"license": {
|
|
"identifier": "GPL-2.0-only|GPL-3.0-only",
|
|
"url": "https://www.xpdfreader.com/opensource.html"
|
|
},
|
|
"architecture": {
|
|
"32bit": {
|
|
"extract_dir": "xpdf-tools-win-4.02/bin32"
|
|
},
|
|
"64bit": {
|
|
"extract_dir": "xpdf-tools-win-4.02/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"
|
|
]
|
|
}
|