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
349 B
Ruby
12 lines
349 B
Ruby
cask "semulov" do
|
|
version "2.6"
|
|
sha256 "fc25b015251562df79c89143b2fb123fc793d780e3f1eb9990d6d5723c870dc6"
|
|
|
|
url "https://github.com/kainjow/Semulov/releases/download/v#{version}/Semulov.zip"
|
|
name "Semulov"
|
|
desc "Access mounted and unmounted volumes from the menubar"
|
|
homepage "https://github.com/kainjow/Semulov"
|
|
|
|
app "Semulov.app"
|
|
end
|