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.
12 lines
354 B
Ruby
12 lines
354 B
Ruby
cask "honer" do
|
|
version "1.1"
|
|
sha256 "ca6b657bec7fd20e2cae8c7145852439148211b9d4aac9ab12c354c69426c043"
|
|
|
|
url "https://github.com/puffnfresh/Honer.app/releases/download/#{version}/Honer.app.zip"
|
|
name "Honer"
|
|
desc "Utility that draws a border around the focused window"
|
|
homepage "https://github.com/puffnfresh/Honer.app"
|
|
|
|
app "Honer.app"
|
|
end
|