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.
19 lines
396 B
Ruby
19 lines
396 B
Ruby
cask "plain-clip" do
|
|
version "2.5.2"
|
|
sha256 :no_check
|
|
|
|
url "https://www.bluem.net/files/plain-clip.zip"
|
|
name "Plain Clip"
|
|
desc "Removes formatting from copied text"
|
|
homepage "https://www.bluem.net/en/mac/plain-clip/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Plain Clip/Plain Clip.app"
|
|
|
|
zap trash: "~/Library/Preferences/net.bluem.plain-clip.plist"
|
|
end
|