🍻 Default formulae for the missing package manager for macOS (or Linux)
Go to file
Mitchell Blank Jr a41aa7c6bd gptfdisk: rebuild
* gptfdisk: fix compile on Big Sur
  * Starting on 11.0, OS/X doesn't have physical files appearing
  as /usr/lib/*.dylib for the standard libraries, but the toolchain
  can still link against them (using the .tbd files inside the SDK
  to guide it)  Just use "-lncurses" which seems to work.

  * "brew test" wouldn't work for me.  The first problem was that
  hdiutil doesn't seem capable of creating a 128k disk image any more,
  but the command works when I run it manually with a 512k size.
  However, it still doesn't work due to a permission issue when
  running inside "brew test" -- I think something changed in how
  the test sandboxing works so that hdiutil can no longer run.
  (hdiutil can need expanded permissions since it temporarily
  mounts the new image I think)  I couldn't find a clean way
  to work around it so I just changed the test to use this package
  itself to make the test partition.  A better test in some ways,
  a worse test in others.

  * Tweak the license info to make "brew audit" happy
* gptfdisk: tweak test code style per review

Closes #66304.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2020-12-06 14:17:27 +00:00
.github workflows: set GitHub token for tests 2020-12-06 00:44:12 +01:00
Aliases
Formula gptfdisk: rebuild 2020-12-06 14:17:27 +00:00
audit_exceptions
cmd
style_exceptions
CODEOWNERS
CONTRIBUTING.md
LICENSE.txt
README.md
formula_renames.json
pypi_formula_mappings.json
tap_migrations.json

README.md

Homebrew Core

Core formulae for the Homebrew package manager.

Core formulae for the Linuxbrew package manager (Homebrew on Linux or Windows 10 Subsystem for Linux) are in Homebrew/linuxbrew-core.

Homebrew/discussions (forum)

How do I install these formulae?

Just brew install <formula>. This is the default tap for Homebrew and is installed by default.

More Documentation, Troubleshooting, Contributing, Security, Community, Donations, License and Sponsors

See these sections in Homebrew/brew's README.