Skip to content

Commit

Permalink
re2c: disable (Homebrew#59094)
Browse files Browse the repository at this point in the history
Disable re2c because it does not have an SPDX or OSI-approved license.
  • Loading branch information
Rylan12 committed Aug 4, 2020
1 parent 2e05609 commit 12a5f1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/re2c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ class Re2c < Formula
homepage "https://re2c.org"
url "https://github.com/skvadrik/re2c/releases/download/2.0.1/re2c-2.0.1.tar.xz"
sha256 "aef8b50bb75905b2d55a7236380c0efdc756fa077fe16d808aaacbb10fb53531"
# re2c is in the public domain
license "Unlicense"

bottle do
sha256 "617a92159d2aefb4b454b81496c5c8615f27a303249c11f5ac40f887ee8ca392" => :catalina
sha256 "d9ae7d2af374b4c57e106685b19998216265d651e8e270af822531f47c3ae44a" => :mojave
sha256 "69d41987ea6a3250d7f4d5ff559013b20e055c99fb892cf24a14b131724515e5" => :high_sierra
end

# Does not have a valid open-source license
disable!

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
Expand Down

0 comments on commit 12a5f1d

Please sign in to comment.