Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit c8c70e4

Browse files
committed
Add warning to use core jaguar.
1 parent 74c8301 commit c8c70e4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Aliases/jag

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Formula/jaguar.rb

Formula/jaguar.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Copyright (C) 2025 Toit contributors
2+
# Use of this source code is governed by an MIT-style license that can be
3+
# found in the LICENSE file.
4+
5+
class Jaguar < Formula
6+
disable! "This formula has been migrated to Homebrew/core. Please run: brew install jaguar"
7+
8+
def install
9+
odie "This formula has been migrated to Homebrew/core. Please run: brew install jaguar"
10+
end
11+
end

0 commit comments

Comments
 (0)