From 657e4d1acef18a49072f85bebdbc363605f5d12e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 24 Mar 2021 16:18:01 +0100 Subject: [PATCH 1/2] docs: no more cask exceptions --- docs/Acceptable-Formulae.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index bdb32f310f..02b879ba1c 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -25,12 +25,7 @@ with an [Debian Free Software Guidelines license](https://wiki.debian.org/DFSGLi from source or produce cross-platform binaries (e.g. Java, Mono). Binary-only formulae should go to [homebrew/cask](https://github.com/Homebrew/homebrew-cask). -Additionally, [homebrew/core](https://github.com/Homebrew/homebrew-core) formulae must also not depend on proprietary software/casks except the following: - -- macOS -- Java -- OSXFuse -- XQuartz +Additionally, [homebrew/core](https://github.com/Homebrew/homebrew-core) formulae must also not depend on proprietary software/casks. This includes automatic installation of casks at runtime. From 4af981338e33ac3dc785fcb987a124eff77101b5 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 25 Mar 2021 08:20:56 +0100 Subject: [PATCH 2/2] Update docs/Acceptable-Formulae.md Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- docs/Acceptable-Formulae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 02b879ba1c..9401deefa6 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -25,7 +25,7 @@ with an [Debian Free Software Guidelines license](https://wiki.debian.org/DFSGLi from source or produce cross-platform binaries (e.g. Java, Mono). Binary-only formulae should go to [homebrew/cask](https://github.com/Homebrew/homebrew-cask). -Additionally, [homebrew/core](https://github.com/Homebrew/homebrew-core) formulae must also not depend on proprietary software/casks. +Additionally, [homebrew/core](https://github.com/Homebrew/homebrew-core) formulae must also not depend on casks or any other proprietary software. This includes automatic installation of casks at runtime.