Files
homebrew-cask/Casks/p/plain-clip.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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