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.
14 lines
401 B
Ruby
14 lines
401 B
Ruby
cask "flycut" do
|
|
version "1.9.6"
|
|
sha256 "bc1a73b9cb4b4d316fa11572f43383f0f02fc7e6ba88bbed046cc1b074336862"
|
|
|
|
url "https://github.com/TermiT/Flycut/releases/download/#{version}/Flycut.#{version}.zip"
|
|
name "Flycut"
|
|
desc "Clipboard manager for developers"
|
|
homepage "https://github.com/TermiT/Flycut"
|
|
|
|
app "Flycut.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.generalarcade.flycut.plist"
|
|
end
|