diff --git a/bucket/latexindent.json b/bucket/latexindent.json new file mode 100644 index 0000000000..399413cf83 --- /dev/null +++ b/bucket/latexindent.json @@ -0,0 +1,17 @@ +{ + "version": "3.8.2", + "description": "Perl script to add indentation to LaTeX files", + "homepage": "https://github.com/cmhughes/latexindent.pl", + "license": "GPL-3.0-only", + "url": "http://mirrors.ctan.org/support/latexindent.zip", + "hash": "ea4a6b3dc0873213b6fdda128ab2d1b8a0478d46f1be8a23dc23f98ca848c898", + "extract_dir": "latexindent", + "bin": "latexindent.exe", + "checkver": { + "url": "https://ctan.org/pkg/latexindent", + "regex": "Version([\\d.]+)" + }, + "autoupdate": { + "url": "http://mirrors.ctan.org/support/latexindent.zip" + } +}