Anatoli Babenia 3e36e98db3 create: detect URL from latest release if it isn't archive
Detects source archive for GitHub URL without version. Both releases
and tags share the same URL pattern for source archive

  https://github.com/Homebrew/brew/releases
  https://github.com/Homebrew/brew/tags
2025-06-26 15:07:51 +03:00
..
2025-06-25 00:18:16 +00:00
2025-06-17 16:33:58 +01:00
2025-06-09 21:41:49 +01:00
2025-04-23 10:09:45 +02:00
2025-06-17 14:59:46 +01:00
2025-05-14 17:13:58 -07:00
2025-06-17 08:18:33 +01:00
2025-06-09 19:06:16 +01:00
2025-06-09 19:06:16 +01:00
2025-04-23 10:09:45 +02:00
2025-06-09 19:06:16 +01:00
2025-04-22 11:50:08 -07:00
2025-06-20 11:10:18 -04:00
2025-06-09 19:06:16 +01:00
2025-06-23 16:50:39 +01:00
2025-06-09 19:06:16 +01:00
2025-06-09 19:06:16 +01:00
2025-06-20 12:59:15 -04:00
2025-06-09 19:06:16 +01:00
2025-06-09 19:06:16 +01:00
2025-06-09 19:06:16 +01:00
2025-06-18 16:16:08 +02:00
2025-05-21 17:54:21 +02:00
2025-06-20 16:41:32 -04:00
2025-05-13 01:33:14 +01:00

Homebrew Ruby API

This is the API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!