-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
system "chmod +x machine" | ||
bin.install "machine" | ||
end | ||
end |
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.
Can a test be added to do something more substantial than e.g. --version
or --help
? See cmake.rb
for an example of an application formula with a good test and tinyxml2.rb
for an example of a library formula with a good test. Thanks!
Need to pass on this until we have a stable release. |
Feel free to close this and move it to Homebrew/Devel-only until there's a stable release, if you desire @jkp. |
As @DomT4 said. |
Please merge now that there is a real release. 0.1.0 was officially announced yesterday -> https://docs.docker.com/machine/ Brew support is needed because docker is just distributing the file which needs to be chmod+x'd and then tossed somewhere in the path. |
We would like a PR for a formula that builds this from source before accepting it to Homebrew/homebrew. Otherwise, you can submit to Homebrew/homebrew-binary. |
Per yesterday's Devel-only PR this release was still a prerelease. |
The formula in devel-only builds from source, so once the powers-that-be decide the app is ready the formula will port over easily. |
Incidentally though, there is Brew support 😉. |
The tool is in alpha and for now I'm only packaging the pre-built binary.