You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
12 lines
296 B
Ruby
12 lines
296 B
Ruby
cask "shellhere" do
|
|
version "1.1"
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/downloads/lhagan/ShellHere/ShellHere.dmg"
|
|
name "ShellHere"
|
|
desc "Toolbar app for Finder that opens the current location in Terminal"
|
|
homepage "https://github.com/lhagan/ShellHere/"
|
|
|
|
app "ShellHere.app"
|
|
end
|