มีวิธีตรวจสอบว่ามีการให้ค่าสถานะใดเมื่อติดตั้งแพคเกจด้วยโฮมบรูว์หรือไม่
ตัวอย่างเช่นสูตร emacs มีจำนวนแฟล็กที่ไร้สาระ ถ้าฉันทำ
brew install emacs --with-glib --with-librsvg
ฉันต้องการตรวจสอบในภายหลังว่าสำหรับการติดตั้ง homebrew ของ emacs ฉันให้ธง--with-glib --with-librsvg
ไม่ใช่ธงอื่น ๆ
กรณีทดสอบพร้อมแพ็คเกจ lua:
ก่อนการติดตั้งแพ็คเกจข้อมูลจะแสดงตัวเลือกทั้งหมด
$ brew info lua
lua: stable 5.2.3 (bottled)
http://www.lua.org/
Not installed
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/lua.rb
==> Options
--universal
Build a universal binary
--with-completion
Enables advanced readline support
--without-sigaction
Revert to ANSI signal instead of improved POSIX sigaction
ฉันติดตั้งแพ็คเกจด้วยการ--with-completion
ตั้งค่าสถานะ
$ brew install lua --with-completion
==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
######################################################################## 100.0%
==> Downloading http://luajit.org/patches/lua-5.2.0-advanced_readline.patch
######################################################################## 100.0%
==> Downloading http://lua-users.org/files/wiki_insecure/power_patches/5.2/lua-5
######################################################################## 100.0%
==> Patching
patching file Makefile
patching file src/Makefile
patching file src/lua.c
Hunk #1 succeeded at 231 (offset -5 lines).
Hunk #2 succeeded at 559 (offset -4 lines).
Hunk #3 succeeded at 575 (offset -4 lines).
patching file src/lua.c
==> make macosx INSTALL_TOP=/usr/local/Cellar/lua/5.2.3_1 INSTALL_MAN=/usr/local
==> make install INSTALL_TOP=/usr/local/Cellar/lua/5.2.3_1 INSTALL_MAN=/usr/loca
🍺 /usr/local/Cellar/lua/5.2.3_1: 13 files, 312K, built in 6 seconds
หลังจากติดตั้งแพคเกจข้อมูลจะแสดงตัวเลือกทั้งหมดรวมถึงที่ฉันไม่ได้ใช้ คำสั่งจะรับทราบว่าแพคเกจถูกสร้างขึ้นจากแหล่งที่มาและไม่เทลงจากขวด
$ brew info lua
lua: stable 5.2.3 (bottled)
http://www.lua.org/
/usr/local/Cellar/lua/5.2.3_1 (13 files, 312K) *
Built from source with: --with-completion
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/lua.rb
==> Options
--universal
Build a universal binary
--with-completion
Enables advanced readline support
--without-sigaction
Revert to ANSI signal instead of improved POSIX sigaction