Files
homebrew-cask/Casks/s/shop-different.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

23 lines
740 B
Ruby

cask "shop-different" do
version "1.0.1"
sha256 "513f2d0a9492ca7efd36dfc921229be4771bf86f3734faf5a13218e6a6d8173c"
url "https://files.departmentmap.store/file/AppleStoreTimeMachine/Shop+Different+#{version}.dmg"
name "Apple Store Time Machine"
desc "3D reconstruction of Apple Retail Stores on their opening days"
homepage "https://departmentmap.store/timemachine/"
livecheck do
url :homepage
regex(%r{href=.*?/Shop\+Different\+(\d+(?:\.\d+)+)\.dmg}i)
end
app "Shop Different.app"
zap trash: [
"~/Library/Logs/Michael Steeber/Shop Different",
"~/Library/Preferences/com.MichaelSteeber.ShopDifferent.plist",
"~/Library/Saved Application State/com.MichaelSteeber.ShopDifferent.savedState",
]
end