{"id":22354002,"url":"https://github.com/movableink/homebrew-formulas","last_synced_at":"2025-08-01T13:09:43.265Z","repository":{"id":33817771,"uuid":"116869085","full_name":"movableink/homebrew-formulas","owner":"movableink","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T15:31:44.000Z","size":3915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-03-26T12:35:37.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/movableink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-09T20:47:27.000Z","updated_at":"2025-03-10T15:28:27.000Z","dependencies_parsed_at":"2024-05-28T23:38:42.053Z","dependency_job_id":"1b272c8a-b63d-452b-9978-a4b95f8eca80","html_url":"https://github.com/movableink/homebrew-formulas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/movableink/homebrew-formulas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fhomebrew-formulas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fhomebrew-formulas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fhomebrew-formulas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fhomebrew-formulas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movableink","download_url":"https://codeload.github.com/movableink/homebrew-formulas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fhomebrew-formulas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268229571,"owners_count":24217015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T13:10:47.163Z","updated_at":"2025-08-01T13:09:43.195Z","avatar_url":"https://github.com/movableink.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# movableink/homebrew\n\nRepository for custom brews.\n\nWe use a custom homebrew 'tap' for a couple of different cases:\n\n* qt and qt-webkit - we build our own custom versions of qt and qtwebkit to support some proprietary features for capturama\n* postgres - homebrew aggressively upgrades postgres, and we want to keep everyone nearer to the same version\n* nsq - we maintain a version of NSQ that is compatible with the NSQ that we run in production\n\n## Using the tap\n\n```bash\nbrew tap movableink/formulas\n```\n\n## Adding a new formula\n\nCopy the formula from the `homebrew-core` repo to `Formula/formula-name.rb`, or create your own from scratch. Create a pull request, get it approved and merged. Your formula will then be available as `movableink/formulas/formula-name`.\n\n## Bottling\n\nSmall formula that are quick to build are fine to build from source each time and don't need a 'bottle' (pre-built binary). If your formula takes a long time to build, a bottle can speed up installation. First get your formula installing correctly without the bottle. Then:\n\n```bash\nbrew reinstall --build-bottle formula-name\nbrew bottle --root-url https://movableink-homebrew-formulas.s3.amazonaws.com formula-name\n```\n\nThis will create a tarball of the built formula and generate a ruby block to add to the formula. Upload the tarball to s3:\n\n```bash\ns3cmd put -M -P formula-name-version.tar.gz s3://movableink-homebrew-formulas/\n```\n\nNote that \"rebuilds\" (re-bottling the same version) will append a rebuild version to the tarball which should be accompanied by the rebuild directive in the ruby block.\n\nLastly, add the ruby block to the formula and open a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fhomebrew-formulas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovableink%2Fhomebrew-formulas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fhomebrew-formulas/lists"}