Skip to main content
Glama
formula.rb.tpl904 B
# {{jreleaserCreationStamp}} {{#brewRequireRelative}} require_relative "{{.}}" {{/brewRequireRelative}} class {{brewFormulaName}} < Formula desc "{{projectDescription}}" homepage "{{projectLinkHomepage}}" url "{{distributionUrl}}"{{#brewDownloadStrategy}}, :using => {{.}}{{/brewDownloadStrategy}} version "{{projectVersion}}" sha256 "{{distributionChecksumSha256}}" license "{{projectLicense}}" {{#brewHasLivecheck}} livecheck do {{#brewLivecheck}} {{.}} {{/brewLivecheck}} end {{/brewHasLivecheck}} {{#brewDependencies}} depends_on {{.}} {{/brewDependencies}} def install libexec.install Dir["*"] bin.install_symlink "#{libexec}/bin/{{distributionExecutableUnix}}" => "{{distributionExecutableName}}" end test do output = shell_output("#{bin}/{{distributionExecutableName}} --version") assert_match "{{projectVersion}}", output end end

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server