Skip to content

Commit

Permalink
chore(homebrew): add intel condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Oct 21, 2024
1 parent 027dd23 commit 9da7093
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/tsc-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ class TscCli < Formula
sha256 "d01ca75f362f03356f8a2afd0baa269e1aa3e67f2b3d79a1e52621d86bf3f99f"
version "0.1.0"

on_intel do
url "https://github.com/3sidedcube/tsc-cli/releases/download/v0.1.0/tsc-cli-0.1.0-x86_64-apple-darwin.tar.gz"
sha256 "86054de1c7c1570cbc40604d321a774ebad35d1741198876718cda9da3ca6700"
end

def install
bin.install "tsc-cli"
end
Expand Down

0 comments on commit 9da7093

Please sign in to comment.