homebrew-cask/Casks/happygrep.rb

11 lines
302 B
Ruby
Raw Normal View History

2014-09-09 08:57:07 +08:00
class Happygrep < Cask
version '1.0'
2014-09-09 21:03:15 +08:00
sha256 '05c5f33142c9ea4559b20ca421c76fa0b081ae3edc0d6e3b8f7c3dd8ba21a518'
2014-09-09 08:57:07 +08:00
2014-09-09 19:15:07 +08:00
url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip"
2014-09-09 08:57:07 +08:00
homepage 'https://github.com/happypeter/happygrep'
2014-10-01 23:33:01 +08:00
license :oss
2014-09-09 08:57:07 +08:00
binary 'happygrep'
end