lifepillar / homebrew-appleii

Homebrew formulae for anything related to Apple I, Apple II, Apple ///, and Apple IIGS emulators.
54 stars 6 forks source link

jace: conditionally require zulufx8 #23

Closed EricFromCanada closed 3 years ago

EricFromCanada commented 3 years ago

Should fix "Cannot tap lifepillar/appleii: invalid syntax in tap!" error when tapping.

lifepillar commented 3 years ago

That does not work because zulufx8 is a cask. In fact, I do not know any way to specify a cask dependency for a formula.

For now, I am removing that block and adding a warning in the caveats, although that is not ideal.

lifepillar commented 3 years ago

I have added the requirement using Homebrew's private API. Can you check whether that prevents tapping (it shouldn't)?

EricFromCanada commented 3 years ago

It taps without error now. 👍