commit 8dcf548394b07d8dfb5257b40143be17c06d1382 Author: regina luo Date: Fri Jul 10 00:44:12 2026 +0000 maxink 0.11.3:首个 cask(universal dmg,signed & notarized) diff --git a/Casks/maxink.rb b/Casks/maxink.rb new file mode 100644 index 0000000..e2604d9 --- /dev/null +++ b/Casks/maxink.rb @@ -0,0 +1,28 @@ +cask "maxink" do + version "0.11.3" + sha256 "29562ed71a12617400ea73d49dddcb033f3a97c62177c7ae0bc1dd7170001ef8" + + url "https://runxun.com/downloads/maxink/MaxInk_#{version}_universal.dmg" + name "MaxInk" + desc "Lightweight native Markdown reader and editor for macOS" + homepage "https://runxun.com/ai/tools/maxink" + + livecheck do + url "https://runxun.com/downloads/maxink/latest.json" + strategy :json do |json| + json["version"] + end + end + + auto_updates true + depends_on macos: ">= :catalina" + + app "MaxInk.app" + + zap trash: [ + "~/Library/Application Support/ai.maxta.maxink", + "~/Library/Caches/ai.maxta.maxink", + "~/Library/Preferences/ai.maxta.maxink.plist", + "~/Library/Saved Application State/ai.maxta.maxink.savedState", + ] +end diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b4c2c4 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# RUNXUN Homebrew Tap + +润迅出品 macOS 应用的 Homebrew 安装源。 + +## 使用 + +```sh +brew tap runxun/tap https://git.runxun.com/runxun/homebrew-tap.git +brew install --cask maxink +``` + +## 应用 + +| Cask | 应用 | 说明 | +| --- | --- | --- | +| `maxink` | [MaxInk](https://runxun.com/ai/tools/maxink) | 轻量 · 不卡的 macOS 原生 Markdown 读写器(已 Apple 签名公证) |