mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"version": "4.03",
|
|
"description": "Several command-line utilities to read and extract data from PDF files",
|
|
"homepage": "https://www.xpdfreader.com",
|
|
"license": {
|
|
"identifier": "GPL-2.0-only|GPL-3.0-only",
|
|
"url": "https://www.xpdfreader.com/opensource.html"
|
|
},
|
|
"url": "https://dl.xpdfreader.com/xpdf-tools-win-4.03.zip",
|
|
"hash": "b74023968740402ca1b40cd47dc5b120814fe95e755f9676340ca9c3ae2b2175",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "xpdf-tools-win-4.03\\bin64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "xpdf-tools-win-4.03\\bin32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"pdftopng.exe",
|
|
"pdftoppm.exe",
|
|
"pdfimages.exe",
|
|
"pdftohtml.exe",
|
|
"pdffonts.exe",
|
|
"pdfdetach.exe",
|
|
"pdftotext.exe",
|
|
"pdfinfo.exe",
|
|
"pdftops.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.xpdfreader.com/download.html",
|
|
"regex": "Current version:\\s*([^\\s<]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.xpdfreader.com/xpdf-tools-win-$version.zip",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "xpdf-tools-win-$version\\bin64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "xpdf-tools-win-$version\\bin32"
|
|
}
|
|
}
|
|
}
|
|
}
|