Files
homebrew-cask/Casks/i/iceberg.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

28 lines
710 B
Ruby

cask "iceberg" do
version "1.3.1"
sha256 :no_check
url "http://s.sudre.free.fr/Software/files/Iceberg.dmg"
name "Iceberg"
desc "Integrated packaging environment"
homepage "http://s.sudre.free.fr/Software/Iceberg.html"
livecheck do
url "http://s.sudre.free.fr/Software/documentation/Iceberg/English.lproj/documentation/Release%20Notes.html"
regex(/Version\s+(\d+(?:\.\d+)+)/i)
end
pkg "Iceberg.mpkg"
uninstall pkgutil: [
"fr.white.iceberg.pkg.*",
"fr.whitebox.pkg.*",
],
script: {
executable: "uninstall.sh",
sudo: true,
}
zap trash: "/Library/Application Support/Iceberg"
end