cmd/search: add --alpine

This commit is contained in:
Branch Vincent 2025-08-22 20:06:23 -07:00
parent b6976f3515
commit 680596b71a
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ module Homebrew
module Cmd
class SearchCmd < AbstractCommand
PACKAGE_MANAGERS = T.let({
alpine: ->(query) { "https://pkgs.alpinelinux.org/packages?name=#{query}" },
repology: ->(query) { "https://repology.org/projects/?search=#{query}" },
macports: ->(query) { "https://ports.macports.org/search/?q=#{query}" },
fink: ->(query) { "https://pdb.finkproject.org/pdb/browse.php?summary=#{query}" },