Update terminalimageviewer.rb
This commit is contained in:
parent
1b89356729
commit
6415891683
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@ class Terminalimageviewer < Formula
|
||||||
sha256 "9a5f5c8688ef8db0e88dfcea6a1ae30da32268a7ab7972ff0de71955a75af0db"
|
sha256 "9a5f5c8688ef8db0e88dfcea6a1ae30da32268a7ab7972ff0de71955a75af0db"
|
||||||
license "Apache-2.0"
|
license "Apache-2.0"
|
||||||
head "https://github.com/stefanhaustein/TerminalImageViewer.git", branch: "master"
|
head "https://github.com/stefanhaustein/TerminalImageViewer.git", branch: "master"
|
||||||
|
|
||||||
depends_on "imagemagick"
|
depends_on "imagemagick"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
odie "This formula is for macOS 10.14-, please use tiv from homebrew-core instead!" if OS.linux?
|
|
||||||
cd "src/main/cpp" do
|
cd "src/main/cpp" do
|
||||||
system "/usr/local/bin/g++-#{Formula["gcc"].version_suffix}", "-std=c++17", "-Wall", "-fpermissive",
|
system "/usr/local/bin/g++-#{Formula["gcc"].version_suffix}", "-std=c++17", "-Wall", "-fpermissive",
|
||||||
"-fexceptions", "-O2", "-c", "-L/usr/local/opt/gcc/lib/gcc/#{Formula["gcc"].version_suffix}/", "tiv.cpp",
|
"-fexceptions", "-O2", "-c", "-L/usr/local/opt/gcc/lib/gcc/#{Formula["gcc"].version_suffix}/", "tiv.cpp",
|
||||||
|
@ -24,4 +23,4 @@ class Terminalimageviewer < Formula
|
||||||
assert_equal "\e[48;2;0;0;255m\e[38;2;0;0;255m \e[0m",
|
assert_equal "\e[48;2;0;0;255m\e[38;2;0;0;255m \e[0m",
|
||||||
shell_output("#{bin}/tiv #{test_fixtures("test.png")}").strip
|
shell_output("#{bin}/tiv #{test_fixtures("test.png")}").strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue