Skip to content

Commit

Permalink
Create simcleaner.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Nov 19, 2024
1 parent b1cb6d1 commit 2ef8671
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/simcleaner.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class Simcleaner < Formula
desc "CLI tool for cleaning ios simulator runtimes"
homepage "https://github.com/goodpals/simcleaner"
url "https://github.com/goodpals/simcleaner/archive/refs/tags/v0.1.0.tar.gz"
license "APGL-3.0"
head "https://github.com/goodpals/simcleaner.git", branch: "main"
version "0.1.0"
sha256 "c793eab7018d59005a7679dd1dba8e6cab8660eb3189654909907c84ebf0b46a"

depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args
end

# todo: test
end

0 comments on commit 2ef8671

Please sign in to comment.