Skip to content

Commit

Permalink
chore: add whiskers
Browse files Browse the repository at this point in the history
Closes #8.

Signed-off-by: winston <79978224+nekowinston@users.noreply.github.com>
  • Loading branch information
nekowinston committed Nov 4, 2023
1 parent df55a9d commit 91ad4a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/whiskers.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class Whiskers < Formula
desc "Soothing port creation tool for the high-spirited!"
homepage "https://github.com/catppuccin/toolbox/tree/main/whiskers"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v1.1.1.tar.gz"
sha256 "baae7de466b48a808f25ef87f7dc94765c67ddda656d4b2813a19012580b00af"
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args(path: "whiskers")
end

test do
assert_predicate (bin/"whiskers"), :exist?
end
end

0 comments on commit 91ad4a1

Please sign in to comment.