From 779eab483c972ed904307c4734ceef3aa6645c19 Mon Sep 17 00:00:00 2001 From: danielnachun Date: Thu, 15 Sep 2022 00:24:10 -0700 Subject: [PATCH 1/2] clip: drop GCC dependency --- Formula/clip.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Formula/clip.rb b/Formula/clip.rb index 723489c83a704..349d0ee65eef9 100644 --- a/Formula/clip.rb +++ b/Formula/clip.rb @@ -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 From ec713ca6d760b8347bb6fecfd309a7f53cb6ca47 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 3 Oct 2022 14:45:37 +0200 Subject: [PATCH 2/2] Update clip.rb --- Formula/clip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/clip.rb b/Formula/clip.rb index 349d0ee65eef9..fff0e4c79ef9e 100644 --- a/Formula/clip.rb +++ b/Formula/clip.rb @@ -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"