castxml 0.1+git20180702
depend on llvm at build time instead of llvm@5 Closes #29636. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
46d6b55fb9
commit
1af8e4c331
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
class Castxml < Formula
|
class Castxml < Formula
|
||||||
desc "C-family Abstract Syntax Tree XML Output"
|
desc "C-family Abstract Syntax Tree XML Output"
|
||||||
homepage "https://github.com/CastXML/CastXML"
|
homepage "https://github.com/CastXML/CastXML"
|
||||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/c/castxml/castxml_0.1+git20170823.orig.tar.xz"
|
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/c/castxml/castxml_0.1+git20180702.orig.tar.xz"
|
||||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/c/castxml/castxml_0.1+git20170823.orig.tar.xz"
|
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/c/castxml/castxml_0.1+git20180702.orig.tar.xz"
|
||||||
version "0.1+git20170823"
|
version "0.1+git20180702"
|
||||||
sha256 "aa10c17f703ef46a88f9772205d8f51285fd3567aa91931ee1a7a5abfff95b11"
|
sha256 "00c58b28523496fbeda731656bb022ad55e7c390609f189ebe03b4468292da40"
|
||||||
revision 2
|
|
||||||
head "https://github.com/CastXML/castxml.git"
|
head "https://github.com/CastXML/castxml.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -16,7 +15,7 @@ class Castxml < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "cmake" => :build
|
depends_on "cmake" => :build
|
||||||
depends_on "llvm@5"
|
depends_on "llvm"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
mkdir "build" do
|
mkdir "build" do
|
||||||
|
|
Loading…
Reference in a new issue