diff options
| author | Mike McQuaid | 2017-03-26 12:55:46 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-26 12:55:46 +0100 |
| commit | a34f7277deda844a680f7c4726e46fd9c1bc8bbf (patch) | |
| tree | 97662357e8610c406314dfa770380d76b451dd04 /docs/Acceptable-Formulae.md | |
| parent | 422afa0b49bae84e707cb3f66faf2da32cb4c462 (diff) | |
| parent | dc7f74210a3d03d829cd459bf3171129f3e2f60d (diff) | |
| download | brew-a34f7277deda844a680f7c4726e46fd9c1bc8bbf.tar.bz2 | |
Merge pull request #2394 from EricFromCanada/master
docs: code example reformatting
Diffstat (limited to 'docs/Acceptable-Formulae.md')
| -rw-r--r-- | docs/Acceptable-Formulae.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index d9606aa28..d600a31a0 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -5,7 +5,7 @@ Some formulae should not go in additional [Interesting Taps & Forks](Interesting-Taps-&-Forks.md) and anyone can start their own! -### We try hard to avoid dupes in Homebrew/homebrew +### We try hard to avoid dupes in `homebrew/core` Stuff that comes with macOS or libraries that are provided by [RubyGems, CPAN or PyPi](Gems,-Eggs-and-Perl-Modules.md) should not be duplicated. There are good reasons for this: @@ -19,8 +19,7 @@ There are exceptions: * OpenSSL - Apple has formally deprecated OpenSSL on macOS in favour of their own Security Framework & consequently the macOS OpenSSL is rarely updated and frequently falls behind important security updates. - Homebrew endeavours to use our shipped OpenSSL as much - as possible. + Homebrew endeavours to use our shipped OpenSSL as much as possible. * Programs that a user will regularly interact with directly, like editors and language runtimes * Libraries that provide functionality or contain security updates not found in @@ -57,7 +56,7 @@ that stuff on demand. Or there is a command-line switch where you can point it to the downloaded archive in order to avoid loading. ### We don’t like binary formulae -Our policy is that formulae in the core repository +Our policy is that formulae in the core tap ([homebrew/core](https://github.com/Homebrew/homebrew-core)) must be open-source and either built from source or produce cross-platform binaries (e.g. Java). Binary-only formulae should go to @@ -101,7 +100,7 @@ include things that don't meet these criteria or reject things that do. Please trust that we need to use our discretion based on our experience running a package manager. -### Stuff that builds an .app +### Stuff that builds an `.app` Don’t make your formula build an `.app` (native macOS Application); we don’t want those things in Homebrew (but [Homebrew Cask](https://github.com/caskroom/homebrew-cask) does). |
