Please create a homebrew recipe for tmdiff
Can you create a Homebrew recipe for this?
I don't know how to. Any tips?
https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#formula-cookbook
Basically provide a source tarball, bootstrap the recipe then adjust.
If you put together a homebrew and then give me instructions on how to apply it to my repo, I'll give it careful consideration.
Cheers! -- E
On Sep 30, 2016, at 4:54 PM, Ruurd Pels [email protected] wrote:
https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#formula-cookbook https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#formula-cookbook Basically provide a source tarball, bootstrap the recipe then adjust.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/erica/tmdiff/issues/1#issuecomment-250870497, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAmixkPAcOARVEOl7rDM7CzK8y7Oks5qvZMVgaJpZM4KK1uZ.
OK then I need a stable version and the url of a source tarball of that version. I suggest tagging a version 0.0.1 and providing an url to tmdiff-0.0.1.tar.gz
Isn't there a trick for that with github? yes there is create a release then github also provides links to a tar.gz and a zip file.
Haven't the slightest idea.
And it would help if the utilities (tmdiff, tmls, tmcp) were given some nice testing and feedback for a little while.
-- E
On Sep 30, 2016, at 5:06 PM, Ruurd Pels [email protected] wrote:
OK then I need a stable version and the url of a source tarball of that version. I suggest tagging a version 0.0.1 and providing an url to tmdiff-0.0.1.tar.gz
Isn't there a trick for that with github?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/erica/tmdiff/issues/1#issuecomment-250872109, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sD99q8kovPtv1YdEFkQC0TkdTRKmks5qvZXpgaJpZM4KK1uZ.
Uhm, pick a commit of tmdiff you feel is stable then tag it with 0.0.1 and push it. That's all. Then all of a sudden the releases count goes up to 1. And a tarball can be created.
Oh and read and apply this: http://semver.org