aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/create.rb
AgeCommit message (Collapse)Author
2018-02-22Use more docs.brew.sh short linksMike McQuaid
These are nicer on the eyes.
2018-01-17rubocop: fix brew style warnings.Mike McQuaid
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
rubocop: don’t allow Perl regex backrefs.
2017-06-10create: specify homebrew-core test requirements.Mike McQuaid
As requested in https://github.com/Homebrew/homebrew-core/pull/14419.
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-04-22More deprecations.Mike McQuaid
Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented.
2017-04-18create: use GitHub metadata where available.Mike McQuaid
GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s.
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
This will allow extending this class so it can be used by more than just blacklisting.
2017-02-25Update brew's man page formatting and grammarEricFromCanada
Also update command specifications to match descriptions.
2017-01-16create: handle null versions.Mike McQuaid
Fixes #1821
2017-01-04Use docs.brew.sh links.Mike McQuaid
2016-12-23Merge pull request #1719 from zmwangx/strip-x11-from-new-formula-templateMike McQuaid
create: remove :x11 dep from new formula template
2016-12-23Merge pull request #1663 from tschoonj/meson-create-supportMike McQuaid
brew create: add meson support
2016-12-22create: remove :x11 dep from new formula templateZhiming Wang
2016-12-19brew create: add meson supportTom Schoonjans
meson is quickly gaining popularity as build system, in combination with ninja. Several Gnome projects for example are currently transitioning from autotools to meson, mostly because it allows for Visual Studio builds, which is impossible to accomplish with autotools. In order to facilitate generating meson based Formulas, I added support for meson to brew-create.
2016-12-18create: handle Version::NULL correctly.Mike McQuaid
Fixes #1688.
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-20Update documentation links.Mike McQuaid
2016-09-11dev-cmd/create: fix Rubocop warnings.Mike McQuaid
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid