Skip to content

Commit 0697c48

Browse files
timiclaude
authored andcommitted
feat: add Homebrew tap support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3909028 commit 0697c48

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Download the latest release from [GitHub Releases](https://github.com/melandlabs
1313
#### Homebrew
1414

1515
```bash
16-
# Add tap
17-
brew tap melandlabs/lumis
16+
# Add tap (using this repository)
17+
brew tap melandlabs/lumis https://github.com/melandlabs/release
1818

1919
# Install
2020
brew install --cask lumis

homebrew/lumis.rb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
cask "lumis" do
2+
version "0.3.0-alpha.1"
3+
sha256 "aabbccdd"
4+
5+
url "https://github.com/melandlabs/release/releases/download/v#{version}/Lumis-#{version}-aarch64.dmg",
6+
verified: "github.com/melandlabs/release"
7+
8+
name "Lumis"
9+
desc "AI-powered IM router and chat agent"
10+
homepage "https://github.com/melandlabs/release"
11+
12+
auto_updates true
13+
14+
app "Lumis.app"
15+
16+
zap trash: [
17+
"~/Library/Application Support/com.lumis.lumis",
18+
"~/Library/Logs/lumis",
19+
]
20+
end

0 commit comments

Comments
 (0)