Skip to content

Commit

Permalink
Merge pull request #198432 from hstyi/termora
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Jan 18, 2025
2 parents 0049ea4 + d66cec9 commit 5c4bbd4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/t/termora.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "termora" do
arch arm: "aarch64", intel: "x86-64"

version "1.0.2"
sha256 arm: "ca97a8dc8549db24b548f1ee8d8416dfb670cce16ee313fc434e806ed7468098",
intel: "025aadf7a900d213e3047cfa4f534147cfdec91ba4ad6bd8c70a3ca4c720dae2"

url "https://github.com/TermoraDev/termora/releases/download/#{version}/termora-#{version}-osx-#{arch}.dmg"
name "Termora"
desc "Terminal emulator and SSH client"
homepage "https://github.com/TermoraDev/termora"

auto_updates true
depends_on macos: ">= :high_sierra"

app "Termora.app"

zap trash: "~/.termora"
end

0 comments on commit 5c4bbd4

Please sign in to comment.