Files
homebrew-cask/Casks/p/platypus.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

26 lines
819 B
Ruby

cask "platypus" do
version "5.4.1"
sha256 "7e52b3993e3edd8c2f9d783cec23e9fc9206f8ff62ae42fe1dabff481e3d4dd5"
url "https://sveinbjorn.org/files/software/platypus/platypus#{version}.zip"
name "Platypus"
desc "Tool to create native applications from command-line scripts"
homepage "https://sveinbjorn.org/platypus"
livecheck do
url "https://sveinbjorn.org/files/appcasts/PlatypusAppcast.xml"
strategy :sparkle, &:short_version
end
auto_updates true
app "Platypus.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.sveinbjorn.platypus.sfl2",
"~/Library/Application Support/Platypus",
"~/Library/Caches/org.sveinbjorn.Platypus",
"~/Library/Preferences/org.sveinbjorn.Platypus.plist",
]
end