Skip to content

Commit

Permalink
feat(homebrew): Support homebrew via tap (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice authored Nov 30, 2024
1 parent 2b54cfb commit 33e5618
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formlula/badgetizr.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class Badgetizr < Formula
desc "Badgetizr is a tool to allow custom badges automatically added and updated according the content of your pull request."
homepage "https://github.com/aiKrice/homebrew-badgetizr"
url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.1.3.tar.gz"
sha256 "75a2b06a34aac9ceade8da317f5cc10a2432f6d4d015b3248d1e5f2d5dde5e57"
license "MIT"

depends_on "yq"
depends_on "gh"

def install
bin.install "badgetizr.sh" => "badgetizr"
end

end

0 comments on commit 33e5618

Please sign in to comment.