-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
url "https://github.com/owensd/apous/archive/v0.2.1.tar.gz" | ||
sha256 "d2a283bd328c7dae117de6078448e87a3f3b960876608dd238f5b87f698a10bc" | ||
|
||
depends_on :xcode => ["7.0", :build] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to double check: You can remove xcode
from your system after installing this and it'll continue to work as expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, Xcode is required for building only.
Sent from my iPhone
On Jul 7, 2015, at 6:13 PM, Dominyk Tiller notifications@github.com wrote:
In Library/Formula/apous.rb:
@@ -0,0 +1,23 @@
+class Apous < Formula
- desc "Apous is a simple tool that allows for easier authoring of Swift scripts."
- homepage "https://github.com/owensd/apous"
- url "https://github.com/owensd/apous/archive/v0.2.1.tar.gz"
- sha256 "d2a283bd328c7dae117de6078448e87a3f3b960876608dd238f5b87f698a10bc"
- depends_on :xcode => ["7.0", :build]
Just to double check: You can remove xcode from your system after installing this and it'll continue to work as expected?—
Reply to this email directly or view it on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, to be clear. You still need the xcodebuild command line utilities for it to work.
Sent from my iPhone
On Jul 7, 2015, at 6:13 PM, Dominyk Tiller notifications@github.com wrote:
In Library/Formula/apous.rb:
@@ -0,0 +1,23 @@
+class Apous < Formula
- desc "Apous is a simple tool that allows for easier authoring of Swift scripts."
- homepage "https://github.com/owensd/apous"
- url "https://github.com/owensd/apous/archive/v0.2.1.tar.gz"
- sha256 "d2a283bd328c7dae117de6078448e87a3f3b960876608dd238f5b87f698a10bc"
- depends_on :xcode => ["7.0", :build]
Just to double check: You can remove xcode from your system after installing this and it'll continue to work as expected?—
Reply to this email directly or view it on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a user is running Homebrew it's safe to assume they'll always have either Xcode or the CLT installed, so as long as it can run with the CLT installed it's fine for the dep to be :build
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a stable version of Xcode on a stable version of OS X?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, well spotted. 7.0 is still beta. You can run it on 10.10 though, if you super want to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will probably need to hold off on this until 7.0 is stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks. I can resubmit when public.
On Jul 8, 2015, at 9:14 AM, Mike McQuaid notifications@github.com wrote:
In Library/Formula/apous.rb #41473 (comment):
@@ -0,0 +1,23 @@
+class Apous < Formula
- desc "Apous is a simple tool that allows for easier authoring of Swift scripts."
- homepage "https://github.com/owensd/apous"
- url "https://github.com/owensd/apous/archive/v0.2.1.tar.gz"
- sha256 "d2a283bd328c7dae117de6078448e87a3f3b960876608dd238f5b87f698a10bc"
- depends_on :xcode => ["7.0", :build]
Will probably need to hold off on this until 7.0 is stable.—
Reply to this email directly or view it on GitHub https://github.com/Homebrew/homebrew/pull/41473/files#r34166812.
What about now? Xcode 7 is both stable and the version you can download from the app store. |
@BrewTestBot test this please |
Currently not building against Xcode 7.0.1:
|
Ping? |
Version 0.2.2 has fixed this issue: https://github.com/owensd/apous/releases/tag/v0.2.2. Should I update the pull and made a new request? |
@owensd Yes you can update this PR. |
Closing as dead. Please feel free to resubmit a fresh PR as desired. Thanks for your submission to Homebrew! |
No description provided.