<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/share/doc/homebrew/Formula-Cookbook.md, branch 0.9.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Formula Cookbook: /environmental/environment/</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2016-03-16T17:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4516375db417d1aa4e00a7acb61d63b9a94c8fbd'/>
<id>4516375db417d1aa4e00a7acb61d63b9a94c8fbd</id>
<content type='text'>
Closes Homebrew/homebrew#50146.

Signed-off-by: Alex Dunn &lt;adunn@ucsb.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50146.

Signed-off-by: Alex Dunn &lt;adunn@ucsb.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Formula Cookbook: note $HOME override</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2016-03-16T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=90246be60a6ba46e07b5ab65ced53b1290b98ab9'/>
<id>90246be60a6ba46e07b5ab65ced53b1290b98ab9</id>
<content type='text'>
See https://github.com/Homebrew/homebrew/pull/50130#discussion_r56254860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/Homebrew/homebrew/pull/50130#discussion_r56254860
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify case conventions in formula naming</title>
<updated>2016-03-02T06:12:29+00:00</updated>
<author>
<name>Damien Pollet</name>
</author>
<published>2016-02-28T21:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=57a81f9e22ef2db7fefc432adafe2d63a2206bc8'/>
<id>57a81f9e22ef2db7fefc432adafe2d63a2206bc8</id>
<content type='text'>
If a formula's class name contains an uppercase-spelled acronym, the
messages given by `brew install` can be pretty confusing (it recommends
a formula named exactly the same…)

Closes Homebrew/homebrew#49639.

Signed-off-by: Tim D. Smith &lt;git@tim-smith.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a formula's class name contains an uppercase-spelled acronym, the
messages given by `brew install` can be pretty confusing (it recommends
a formula named exactly the same…)

Closes Homebrew/homebrew#49639.

Signed-off-by: Tim D. Smith &lt;git@tim-smith.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Formula-Cookbook: Improve testing suggestions</title>
<updated>2016-02-29T16:30:23+00:00</updated>
<author>
<name>George Hartzell</name>
</author>
<published>2016-02-28T21:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=76767f3d6e89e540241e973b8ffe04690a9a2ccb'/>
<id>76767f3d6e89e540241e973b8ffe04690a9a2ccb</id>
<content type='text'>
Based on recent feedback on some pull requests, I touched up the section about adding tests to formula.
I wanted to make it clearer that the examples demonstrate how to create files on the fly and add a pointer to the tinyxml2 formula (DomT4 pointed it out to me as a good example).

Closes Homebrew/homebrew#49641.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on recent feedback on some pull requests, I touched up the section about adding tests to formula.
I wanted to make it clearer that the examples demonstrate how to create files on the fly and add a pointer to the tinyxml2 formula (DomT4 pointed it out to me as a good example).

Closes Homebrew/homebrew#49641.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Formula-Cookbook: update CONTRIBUTING path</title>
<updated>2016-02-18T08:19:17+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-02-17T22:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6e33ace71b4e4c15e7513865b892ca98a9b7f321'/>
<id>6e33ace71b4e4c15e7513865b892ca98a9b7f321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix typos in Formula Cookbook</title>
<updated>2016-02-03T16:53:11+00:00</updated>
<author>
<name>Prayag Verma</name>
</author>
<published>2016-02-01T15:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=87ee0ab3afb407e74162f8b300df5ef14b664916'/>
<id>87ee0ab3afb407e74162f8b300df5ef14b664916</id>
<content type='text'>
`preprended` &gt; `prepended`
Replace `a` with `an`
`throughly` &gt; `thoroughly`
Remove extra `consider`

Closes Homebrew/homebrew#48697.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`preprended` &gt; `prepended`
Replace `a` with `an`
`throughly` &gt; `thoroughly`
Remove extra `consider`

Closes Homebrew/homebrew#48697.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix some typos at Formula Cookbook</title>
<updated>2016-01-22T18:05:11+00:00</updated>
<author>
<name>Marcelo Boeira</name>
</author>
<published>2016-01-22T00:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3d9bc57feacf32d9050569b3645c29d2a0ddd749'/>
<id>3d9bc57feacf32d9050569b3645c29d2a0ddd749</id>
<content type='text'>
Closes Homebrew/homebrew#48342.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48342.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cookbook: remove ref to obsolete 'def patches'</title>
<updated>2016-01-13T23:54:15+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-01-13T23:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=159373707b4d8da7f27dbae92585b11674cbd8a2'/>
<id>159373707b4d8da7f27dbae92585b11674cbd8a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cookbook: Replace 'onoe' with 'odie'</title>
<updated>2016-01-11T10:32:05+00:00</updated>
<author>
<name>Glenn / devalias</name>
</author>
<published>2016-01-11T04:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f239a448b2750a2f4df5cf7dd7a0df918b130f17'/>
<id>f239a448b2750a2f4df5cf7dd7a0df918b130f17</id>
<content type='text'>
Closes Homebrew/homebrew#47948.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#47948.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cookbook: clearer wording</title>
<updated>2016-01-02T22:27:56+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-01-02T22:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f29699f77c8f52c1ec5de19bb115ed784611613b'/>
<id>f29699f77c8f52c1ec5de19bb115ed784611613b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
