sourcery 0.16.1
Closes #39410. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
76f1ecd2be
commit
1f9060458f
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Sourcery < Formula
|
class Sourcery < Formula
|
||||||
desc "Meta-programming for Swift, stop writing boilerplate code"
|
desc "Meta-programming for Swift, stop writing boilerplate code"
|
||||||
homepage "https://github.com/krzysztofzablocki/Sourcery"
|
homepage "https://github.com/krzysztofzablocki/Sourcery"
|
||||||
url "https://github.com/krzysztofzablocki/Sourcery/archive/0.16.0.tar.gz"
|
url "https://github.com/krzysztofzablocki/Sourcery/archive/0.16.1.tar.gz"
|
||||||
sha256 "8338f1075770d1bd2b31160ed694011b7a49391fa4d3363b64b6b1e6ada74d1a"
|
sha256 "2a015af9e501eeabfae72033e91620365c1ebdf4dc401ae2971081d479b6186b"
|
||||||
head "https://github.com/krzysztofzablocki/Sourcery.git"
|
head "https://github.com/krzysztofzablocki/Sourcery.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -15,8 +15,7 @@ class Sourcery < Formula
|
||||||
depends_on :xcode => "6.0"
|
depends_on :xcode => "6.0"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "swift", "build", "--disable-sandbox", "-c", "release", "-Xswiftc",
|
system "swift", "build", "--disable-sandbox", "-c", "release", "-Xswiftc", "-target", "-Xswiftc", "x86_64-apple-macosx10.11"
|
||||||
"-static-stdlib"
|
|
||||||
bin.install ".build/release/sourcery"
|
bin.install ".build/release/sourcery"
|
||||||
lib.install Dir[".build/release/*.dylib"]
|
lib.install Dir[".build/release/*.dylib"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue