mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
472 B
Ruby
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
|