From 13ac2e174a558b809a4cea150cb69666e40f34a8 Mon Sep 17 00:00:00 2001 From: Ashley Wright Date: Sat, 26 Apr 2025 14:29:42 +0300 Subject: [PATCH] 0.1.3 --- Formula/w/wai.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Formula/w/wai.rb diff --git a/Formula/w/wai.rb b/Formula/w/wai.rb new file mode 100644 index 000000000000..3fc27a3d6051 --- /dev/null +++ b/Formula/w/wai.rb @@ -0,0 +1,13 @@ +class Wai < Formula + desc "The official contribution CLI for w.ai" + homepage "https://w.ai/" + url "https://releases.w.ai/production/cli/brew/wai-0.1.3.tar.gz" + sha256 "bf3741f7ea6c01a79491945ba6544b77d878fab2f8356506808f52c24c76fbff" + version "0.1.3" + + def install + bin.install "wai" + bin.install "w.ai" + bin.install "w-ai" + end +end