From 9e9ad21d96fdeac63f76ad665c02b3c83200ec17 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 1 Mar 2022 10:44:39 +0530 Subject: [PATCH] latex: Add back - #3339 (#3341) --- bucket/latex.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bucket/latex.json diff --git a/bucket/latex.json b/bucket/latex.json new file mode 100644 index 0000000000..3e9cecea29 --- /dev/null +++ b/bucket/latex.json @@ -0,0 +1,53 @@ +{ + "version": "21.12", + "description": "An up-to-date implementation of TeX/LaTeX and related programs [Deprecated. Use 'miktex'].", + "homepage": "https://miktex.org", + "license": { + "identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...", + "url": "https://miktex.org/copying" + }, + "notes": "[Deprecated] This is a duplicate of the 'miktex' package. The name 'latex' is just kept for historical reasons.", + "architecture": { + "64bit": { + "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-21.12-x64.exe", + "hash": "a338810056be6fd4e30700d22cfe9b1296d8eef6e169ff589df3b66d7cca6c96", + "bin": [ + [ + "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe", + "miktex", + "--hide --mkmaps" + ] + ], + "shortcuts": [ + [ + "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe", + "MiKTeX Console" + ] + ], + "env_add_path": "texmfs\\install\\miktex\\bin\\x64" + } + }, + "installer": { + "args": [ + "--portable=\"$dir\"", + "--unattended", + "--private" + ] + }, + "persist": "texmfs\\config", + "checkver": { + "url": "https://miktex.org/download", + "regex": "basic-miktex-([\\d.]+)-x64\\.exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe" + } + }, + "hash": { + "url": "https://miktex.org/download", + "regex": "(?sm)$basename.*?$sha256" + } + } +}