Skip to content

Commit

Permalink
cash-cli: Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored and carlocab committed Apr 23, 2021
1 parent 9227de2 commit bf84bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/cash-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ class CashCli < Formula
sha256 cellar: :any_skip_relocation, high_sierra: "903fde1135bcc71b70d74b852084897a2708f1d87ad00c200c793600472c42aa"
end

deprecate! date: "2021-04-23", because: :unmaintained

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]
end

# Test is no longer fully accurate
test do
assert_match "Something went wrong :(", shell_output("#{bin}/cash 100 USD PLN CHF 2>&1", 1)
end
Expand Down

0 comments on commit bf84bd6

Please sign in to comment.