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
380 B
Ruby
11 lines
380 B
Ruby
cask "shortcuts" do
|
|
version "1.0.1"
|
|
sha256 "5494da4a8fb18471dd98aa5087820087463dc20e16ca6eb7c7ccde5e910f432c"
|
|
|
|
url "https://github.com/siong1987/shortcuts/releases/download/#{version}/restart.sleep.shutdown.logout.lock.zip"
|
|
name "Restart/Sleep/Logout/Shutdown/Lock Shortcuts"
|
|
homepage "https://github.com/siong1987/shortcuts/"
|
|
|
|
suite "system", target: "Shortcuts"
|
|
end
|