Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add formula for objc-run #25814

Closed
wants to merge 1 commit into from
Closed

Add formula for objc-run #25814

wants to merge 1 commit into from

Conversation

gfontenot
Copy link
Contributor

No description provided.


class ObjcRun < Formula
homepage 'https://github.com/iljaiwas/objc-run'
url 'https://github.com/iljaiwas/objc-run.git', :tag => '1.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use https://github.com/iljaiwas/objc-run/archive/1.0.tar.gz and add a sha1.

@gfontenot
Copy link
Contributor Author

@MikeMcQuaid Updated the formula. Not sure if this is what you're looking for with the test block. Happy to change it if this isn't enough.

end

test do
system 'which objc-run'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, can you install the test.bash and examples from the archive in the install method and run test.bash in this block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. That test file wasn't there when I initially created the formula. I'll have him add a tag so that I can do this. Where should I be installing those files to?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere under share.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to install into share without linking into /usr/local/share/? Or is there a way to link into /usr/local/share/objc-run/ instead of just dropping all of this crap into the root?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The desired improvements can be found in #26052.

@afh afh mentioned this pull request Jan 20, 2014
@gfontenot
Copy link
Contributor Author

Closing this in favor of #26052

@gfontenot gfontenot closed this Jan 20, 2014
MikeMcQuaid pushed a commit that referenced this pull request Jan 20, 2014
A shell script that makes it easy to use Objective-C files for shell
script-like tasks.

Closes #25814.
Closes #26052.

References iljaiwas/objc-run#7.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
ehershey pushed a commit to ehershey/homebrew that referenced this pull request Apr 4, 2014
A shell script that makes it easy to use Objective-C files for shell
script-like tasks.

Closes Homebrew#25814.
Closes Homebrew#26052.

References iljaiwas/objc-run#7.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants