We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7b455 commit 466ff86Copy full SHA for 466ff86
sources/_homebrew
@@ -9,4 +9,12 @@ if command -v brew >/dev/null 2>&1; then
9
export BREW_PREFIX
10
11
export PATH="${BREW_PREFIX}/opt/libpq/bin:${BREW_PREFIX}/opt/ruby/bin:${BREW_PREFIX}/opt/openssl/bin:${BREW_PREFIX}/opt/grep/libexec/gnubin:${BREW_PREFIX}/opt/make/libexec/gnubin:${BREW_PREFIX}/opt/curl/bin:${BREW_PREFIX}/sbin:${PATH}"
12
+
13
+ brew_specific_version() {
14
+ # cf. https://github.com/orgs/Homebrew/discussions/155
15
16
+ brew tap-new "$(whoami)/${1}"
17
+ brew extract --version "${2}" "${1}" "$(whoami)/${1}"
18
+ brew install "${1}/${2}"
19
+ }
20
fi
0 commit comments