-
-
Save mindrones/c992a2557fbf792eb3b9 to your computer and use it in GitHub Desktop.
Homebrew: how to list installed bottles and their OS version?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash command: brew info $(brew list) > output.txt | |
stackoverflow question: http://stackoverflow.com/questions/31876845/homebrew-how-to-list-installed-bottles-and-their-os-version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clutter: stable 1.22.4 (bottled) | |
Generic high-level canvas library | |
https://wiki.gnome.org/Projects/Clutter | |
/usr/local/Cellar/clutter/1.18.4 (409 files, 14M) | |
Built from source with: --without-x | |
/usr/local/Cellar/clutter/1.22.4 (421 files, 17M) * | |
Built from source | |
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/clutter.rb | |
==> Dependencies | |
Build: xz <E2><9C><94>, pkg-config <E2><9C><94> | |
Required: glib <E2><9C><94>, gdk-pixbuf <E2><9C><98>, cogl <E2><9C><94>, cairo <E2><9C><94>, atk <E2><9C><94>, pango <E2><9C><94>, json-glib <E2><9C><94>, g | |
object-introspection <E2><9C><94> | |
cmake: stable 3.3.0 (bottled), HEAD | |
Cross-platform make | |
http://www.cmake.org/ | |
/usr/local/Cellar/cmake/3.0.2 (1641 files, 29M) | |
Poured from bottle | |
/usr/local/Cellar/cmake/3.3.0 (1903 files, 33M) * | |
Built from source | |
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/cmake.rb | |
==> Options | |
--without-docs | |
Don't build man pages | |
--HEAD | |
Install HEAD version | |
==> Caveats | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
cogl: stable 1.20.0 (bottled), HEAD | |
Low level OpenGL abstraction library developed for Clutter | |
https://developer.gnome.org/cogl/ | |
/usr/local/Cellar/cogl/1.18.2 (167 files, 4.1M) | |
Built from source with: --without-x | |
/usr/local/Cellar/cogl/1.20.0_1 (217 files, 4.8M) * | |
Built from source | |
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/cogl.rb | |
==> Dependencies | |
Build: xz <E2><9C><94>, pkg-config <E2><9C><94> | |
Required: cairo <E2><9C><94>, glib <E2><9C><94>, gobject-introspection <E2><9C><94>, gtk-doc <E2><9C><94>, pango <E2><9C><94> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment