Skip to content

Commit

Permalink
clip: rebuild
Browse files Browse the repository at this point in the history
* clip: drop GCC dependency
* Update clip.rb

Closes #110763.

Co-authored-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
2 people authored and BrewTestBot committed Oct 3, 2022
1 parent 1a27eb6 commit 312007b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/clip.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Clip < Formula
desc "Create high-quality charts from the command-line"
homepage "https://clip-lang.org/"
homepage "https://github.com/asmuth/clip"
url "https://github.com/asmuth/clip/archive/v0.7.tar.gz"
sha256 "f38f455cf3e9201614ac71d8a871e4ff94a6e4cf461fd5bf81bdf457ba2e6b3e"
license "Apache-2.0"
Expand All @@ -23,11 +23,7 @@ class Clip < Formula
depends_on "fribidi"
depends_on "harfbuzz"

on_linux do
depends_on "gcc" # for C++17
end

fails_with gcc: "5"
fails_with gcc: "5" # for C++17

def install
system "cmake", ".", *std_cmake_args
Expand Down

0 comments on commit 312007b

Please sign in to comment.