You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
378 B
Ruby
16 lines
378 B
Ruby
cask "force-paste" do
|
|
version "1.0.1"
|
|
sha256 "b468d661ad09b45ac1ea2e8284559d75c4a970cb70749a3d45722d305ac41a6f"
|
|
|
|
url "https://github.com/EugeneDae/Force-Paste/releases/download/#{version}/Force-Paste.zip"
|
|
name "Force Paste"
|
|
homepage "https://github.com/EugeneDae/Force-Paste"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Force Paste.app"
|
|
end
|