ScoopInstaller_Main/bucket/djvulibre.json
2025-07-14 04:32:59 +00:00

43 lines
1.4 KiB
JSON

{
"version": "3.5.29-4.12",
"description": "Web-centric format and software platform for distributing documents and images.",
"homepage": "https://djvu.sourceforge.net",
"license": "GPL-3.0-or-later",
"url": "https://downloads.sourceforge.net/project/djvu/DjVuLibre_Windows/3.5.29+4.12/DjVuLibre-3.5.29_DjView-4.12_Setup.exe#/dl.7z",
"hash": "sha1:b54791514c81f46730ee3232b69cf05cc686a22e",
"bin": [
"bzz.exe",
"c44.exe",
"cjb2.exe",
"cpaldjvu.exe",
"csepdjvu.exe",
"ddjvu.exe",
"djview.exe",
"djvm.exe",
"djvmcvt.exe",
"djvudump.exe",
"djvuextract.exe",
"djvumake.exe",
"djvups.exe",
"djvused.exe",
"djvutoxml.exe",
"djvutxt.exe",
"djvuxmlparser.exe"
],
"shortcuts": [
[
"djview.exe",
"DjView"
]
],
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Recurse -Force",
"checkver": {
"url": "https://sourceforge.net/projects/djvu/rss?path=/DjVuLibre_Windows",
"regex": "/(?<lib>[\\d.]+)(?:\\+(?<viewer>[\\d.]+))?/DjVuLibre",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/djvu/DjVuLibre_Windows/$matchLib+$matchViewer/DjVuLibre-$matchLib_DjView-$matchViewer_Setup.exe#/dl.7z"
}
}