Files
homebrew-cask/Casks/a/abscissa.rb
T
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
472 B
Ruby

cask "abscissa" do
version "4.1.1"
sha256 "2a43ba146b1c2e6ffec3e056d3a850296b42c0f309c22b33c2bef3e4678b4288"
url "http://rbruehl.macbay.de/Abscissa/Downloads/Abscissa-#{version}.zip"
name "Abscissa"
desc "Plotting software"
homepage "http://rbruehl.macbay.de/Abscissa/"
livecheck do
url "http://rbruehl.macbay.de/Abscissa/Downloads/"
regex(/href=.*?Abscissa-(\d+(?:\.\d+)+)\.zip/i)
end
depends_on macos: ">= :sierra"
app "Abscissa.app"
end