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

Adding blink1 formula #24303

Closed
wants to merge 1 commit into from
Closed

Adding blink1 formula #24303

wants to merge 1 commit into from

Conversation

stigi
Copy link
Contributor

@stigi stigi commented Nov 14, 2013

Adding a formula for the blink1 command line tool.

Unfortunately they only have a git repo with a master branch, but no real release system.

@MikeMcQuaid
Copy link
Member

Please ask them for a tagged, stable release. Until they do so I'm afraid we'll have to pass on this.

sha1 ''

def install
system "cd commandline && make"
Copy link
Contributor

Choose a reason for hiding this comment

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

Use block form of cd:

cd 'commandline' do
  system "make"
  bin.install "blink1-tool"
end

@adamv
Copy link
Contributor

adamv commented Nov 23, 2013

If no stable tag is forthcoming, this could be a candidate for homebrew-headonly: https://github.com/Homebrew/homebrew-headonly

Or, since brew install can install from any URL, the upstream project itself could carry a Homebrew formula.

@ghost ghost assigned adamv Nov 24, 2013
@stigi
Copy link
Contributor Author

stigi commented Nov 25, 2013

thanks @adamv,

Looks like there's no version progress on their side for now. I'll close this PR and will send one on the headonly tap.

@stigi stigi closed this Nov 25, 2013
@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.

None yet

3 participants