mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
11 lines
303 B
Ruby
11 lines
303 B
Ruby
cask "happygrep" do
|
|
version "1.0"
|
|
sha256 "05c5f33142c9ea4559b20ca421c76fa0b081ae3edc0d6e3b8f7c3dd8ba21a518"
|
|
|
|
url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip"
|
|
name "happygrep"
|
|
homepage "https://github.com/happypeter/happygrep"
|
|
|
|
binary "happygrep"
|
|
end
|