wxmaxima 19.09.0
Closes #44116. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
371a9b21b8
commit
a168996f4c
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Wxmaxima < Formula
|
class Wxmaxima < Formula
|
||||||
desc "Cross platform GUI for Maxima"
|
desc "Cross platform GUI for Maxima"
|
||||||
homepage "https://wxmaxima-developers.github.io/wxmaxima/"
|
homepage "https://wxmaxima-developers.github.io/wxmaxima/"
|
||||||
url "https://github.com/wxMaxima-developers/wxmaxima/archive/Version-19.08.0.tar.gz"
|
url "https://github.com/wxMaxima-developers/wxmaxima/archive/Version-19.09.0.tar.gz"
|
||||||
sha256 "df69f681bbad5ab7c7c3832a6da01e1523e3d42156a1b61e7344e0b6b6f6d24f"
|
sha256 "5080cc3fee1bd1fb570dd354dea3c4fae8e8b752895e720fd51e160481d2bd72"
|
||||||
head "https://github.com/wxMaxima-developers/wxmaxima.git"
|
head "https://github.com/wxMaxima-developers/wxmaxima.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -20,6 +20,8 @@ class Wxmaxima < Formula
|
||||||
system "cmake", ".", *std_cmake_args
|
system "cmake", ".", *std_cmake_args
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
prefix.install "wxMaxima.app"
|
prefix.install "wxMaxima.app"
|
||||||
|
|
||||||
|
bash_completion.install "data/wxmaxima"
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats; <<~EOS
|
||||||
|
|
Loading…
Reference in a new issue