diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json new file mode 100644 index 00000000000000..8660518cc85a73 --- /dev/null +++ b/bucket/pyglossary.json @@ -0,0 +1,35 @@ +{ + "version": "5.4.1", + "description": "A tool for converting dictionary files aka glossaries.", + "homepage": "https://github.com/ilius/pyglossary", + "license": "GPL-3.0-or-later", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/5.4.1/PyGlossary-5.4.1-Windows-X64-dist.zip", + "hash": "0cac7c5d33668ee079414b48fd5b3a5d8f8c59c49db326daab3aaf35a964472b" + } + }, + "bin": [ + [ + "PyGlossary.exe", + "pyglossary" + ] + ], + "shortcuts": [ + [ + "PyGlossary.exe", + "PyGlossary" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/$version/PyGlossary-$version-Windows-X64-dist.zip" + } + } + } +}