homebrew-formula-expert
Installation
SKILL.md
Homebrew Formula Expert
Deep expertise in Homebrew formula creation, maintenance, and best practices.
Formula Anatomy
class MyApp < Formula
# Metadata
desc "Short description (< 80 chars, no 'A' or 'An' prefix)"
homepage "https://github.com/user/repo"
url "https://github.com/user/repo/archive/v1.0.0.tar.gz"
sha256 "64-char-hex-string"
license "MIT" # SPDX identifier
head "https://github.com/user/repo.git", branch: "main"
# Dependencies
depends_on "python@3.12"
depends_on "cmake" => :build # Build-time only