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
360 B
Ruby
12 lines
360 B
Ruby
cask "nslogger" do
|
|
version "1.9.7"
|
|
sha256 "52d36d45c2abb89f27ca5c3e14a4569cbf7052a787788b31987ccd227da2e5a9"
|
|
|
|
url "https://github.com/fpillet/NSLogger/releases/download/v#{version}/NSLogger-Desktop.Viewer-v#{version}.zip"
|
|
name "NSLogger"
|
|
desc "Modern, flexible logging tool"
|
|
homepage "https://github.com/fpillet/NSLogger"
|
|
|
|
app "NSLogger.app"
|
|
end
|