{"id":23428881,"url":"https://github.com/blendle/homebrew-blendle","last_synced_at":"2026-01-24T02:38:59.908Z","repository":{"id":48392864,"uuid":"89448297","full_name":"blendle/homebrew-blendle","owner":"blendle","description":"Homebrew tap for tools not (yet) submitted to Homebrew Core.","archived":false,"fork":false,"pushed_at":"2022-07-08T20:53:06.000Z","size":51,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-26T14:38:10.936Z","etag":null,"topics":["homebrew","linuxbrew"],"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/blendle.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}},"created_at":"2017-04-26T06:53:57.000Z","updated_at":"2022-02-24T17:34:33.000Z","dependencies_parsed_at":"2022-08-26T23:40:11.284Z","dependency_job_id":null,"html_url":"https://github.com/blendle/homebrew-blendle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendle%2Fhomebrew-blendle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendle%2Fhomebrew-blendle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendle%2Fhomebrew-blendle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendle%2Fhomebrew-blendle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blendle","download_url":"https://codeload.github.com/blendle/homebrew-blendle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248626166,"owners_count":21135611,"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","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":["homebrew","linuxbrew"],"created_at":"2024-12-23T07:15:02.412Z","updated_at":"2026-01-24T02:38:54.876Z","avatar_url":"https://github.com/blendle.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blendle Homebrew tap\n\n[![Build Status](https://travis-ci.com/blendle/homebrew-blendle.svg?branch=master)](https://travis-ci.com/github/blendle/homebrew-blendle)\n\nHomebrew tap for tools not (yet) submitted to Homebrew Core.\n\n## Usage\n\n```\nbrew tap blendle/blendle\nbrew install ...\n```\n\nOn Linux, install [Linuxbrew](http://linuxbrew.sh) first.\n\n## Bottling a new version\n\n* edit the formula as you see fit\n\n  ```\n  export FORMULA=\u003cformula\u003e  # e.g.: epp\n  brew edit \"Formula/$FORMULA.rb\"\n  ```\n\n* build a new bottle (binary) of the changes\n\n  ```\n  brew uninstall --force \"$FORMULA\"\n  brew install \"Formula/$FORMULA.rb\" --build-bottle\n  ```\n\n* tar the bottle, and retrieve the Ruby code required\n\n  ```\n  brew bottle $FORMULA --root-url=https://homebrew-blendle.storage.googleapis.com\n  # You possibly need to use the option: --force-core-tap\n  ```\n\n* copy the returned code back into the formula Ruby file\n\n  ```\n  bottle do\n    root_url \"https://homebrew-blendle.storage.googleapis.com\"\n    cellar :any_skip_relocation\n    sha256 \"9e1da44221d6ce25d8f0c2e88cb633fd1e1da99e75034f631d7e82ea1ea2a337\" =\u003e :sierra\n  end\n  ```\n\n* upload the generated `*.tar.gz` file to Google Cloud Storage\n\n  ```\n  # You might first need to rename the generated tar so it uses '-' instead of '--'.\n  # Otherwise brew downloading the bottle will not find the correct file.\n  # e.g.: epp--3.1.0.big_sur.bottle.tar.gz to epp-3.1.0.big_sur.bottle.tar.gz\n\n  # Seems to be a known problem: https://github.com/Homebrew/brew/pull/4612#commitcomment-29994607\n\n  gsutil -m cp -n $FORMULA*.bottle.tar.gz gs://homebrew-blendle\n  ```\n\n* copy the changes of your local formula to this repository:\n\n  ```\n  brew cat \"Formula/$FORMULA.rb\" \u003e \"./Formula/$FORMULA.rb\"\n  ```\n\n* commit the changed file to the Git repository\n\n  ```\n  git add \"Formula/$FORMULA.rb\"\n  git commit\n  git push\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblendle%2Fhomebrew-blendle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblendle%2Fhomebrew-blendle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblendle%2Fhomebrew-blendle/lists"}