diff --git a/bucket/marp.json b/bucket/marp.json new file mode 100644 index 0000000000..27f623173f --- /dev/null +++ b/bucket/marp.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/marp-team/marp-cli", + "version": "0.12.1", + "license": "MIT", + "description": "A CLI interface for Marp and Marpit based converters", + "url": "https://github.com/marp-team/marp-cli/releases/download/v0.12.1/marp-cli-v0.12.1-win.zip", + "hash": "7757afd4fdb410a6bf6f2f0fb2ce3d55646a4924541d63aa0dec42fcd282148a", + "bin": "marp.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip" + } +}