{"id":20579866,"url":"https://github.com/erikw/homebrew-tap","last_synced_at":"2026-03-06T18:39:36.433Z","repository":{"id":42065340,"uuid":"435510598","full_name":"erikw/homebrew-tap","owner":"erikw","description":"Erik Westrup's Homebrew Tap","archived":false,"fork":false,"pushed_at":"2025-01-11T16:34:44.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T04:57:51.471Z","etag":null,"topics":["homebrew","restic","tap","urlview"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erikw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-06T13:38:14.000Z","updated_at":"2025-01-11T16:34:48.000Z","dependencies_parsed_at":"2022-08-12T03:50:52.127Z","dependency_job_id":null,"html_url":"https://github.com/erikw/homebrew-tap","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikw%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikw%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikw%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikw%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikw","download_url":"https://codeload.github.com/erikw/homebrew-tap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943415,"owners_count":21186958,"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","restic","tap","urlview"],"created_at":"2024-11-16T06:18:52.917Z","updated_at":"2026-03-06T18:39:36.385Z","avatar_url":"https://github.com/erikw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Erikw's Homebrew Tap\n[![brew test-bot](https://github.com/erikw/homebrew-tap/actions/workflows/tests.yml/badge.svg)](https://github.com/erikw/homebrew-tap/actions/workflows/tests.yml)\n[![brew pr-pull](https://github.com/erikw/homebrew-tap/actions/workflows/publish.yml/badge.svg)](https://github.com/erikw/homebrew-tap/actions/workflows/publish.yml)\n\nMy own [Homebrew](https://brew.sh/) tap featuring formulas for:\n* [ozangulle/xdg-urlview](https://github.com/ozangulle/xdg-urlview)\n* [erikw/restic-automatic-backup-scheduler](https://github.com/erikw/restic-automatic-backup-scheduler)\n\n## How do I install these formulae?\nAs one command `brew install erikw/tap/\u003cformula\u003e`, or `brew tap erikw/tap` followed by `brew install \u003cformula\u003e`.\n\nHere are all formulas provided by this tap:\n```console\n$ brew install erikw/tap/xdg-urlview\n$ brew install erikw/tap/restic-automatic-backup-scheduler\n```\n\n## Documentation\n`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).\n\n* https://docs.brew.sh/Formula-Cookbook\n* How to upload bottles - https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/\n\n\n## Development\n* Clone this git repo with the ssh protocol instead of https, by tapping. You should really clone the repo with brew-tap, as otherwise commands like brew-audit won't work.\n   ```console\n   brew tap erikw/tap git@github.com:erikw/homebrew-tap.git\n   ```\n  * At a later point, return here with:\n     ```console\n     cd \"$(brew --repository erikw/homebrew-tap)\"\n     ```\n* Setup a GitHub personal access token\n  * Create new token: https://github.com/settings/tokens/new?scopes=gist,repo,workflow\u0026description=Homebrew\n  * Add it to `.env`:\n    ``` console\n    echo 'HOMEBREW_GITHUB_API_TOKEN=your_token_here' \u003e\u003e .env\n    ```\n  * Make sure to have https://direnv.net/ installed in your shell so it will be loaded.\n* To create a new Formula:\n   ```console\n   brew --tap erikw/homebrew-tap \u003curl-to-source-files.tar.gz\u003e\n   ```\n* Build from source:\n  ```console\n  brew install --verbose --debug --build-from-source restic-automatic-backup-scheduler\n  brew reinstall --build-from-source restic-automatic-backup-scheduler\n  ```\n* Test a formula for erros:\n  ```console\n  brew audit --new-formula restic-automatic-backup-scheduler\n  brew audit --strict --online restic-automatic-backup-scheduler\n  ```\n* Run tests only:\n   ```console\n   brew test restic-automatic-backup-scheduler\n   ```\n* Update a version \u0026 build new bottles [bottles](https://docs.brew.sh/Bottles):\n  1. Create a PR in the GitHub repo\n     * Only one file changed per PR: `Autosquash can't split commits that modify multiple files.`\n     * For easy version upgrades:\n     ```console\n     brew bump-formula-pr --version 7.3.0 restic-automatic-backup-scheduler\n     brew bump-formula-pr --version 7.3.0 restic-automatic-backup-scheduler-check\n     ```\n  1. Wait for the PR builds [test.yml](.github/workflows/tests.yml) to become green\n  1. Apply the PR label `pr-pull`. This will trigger the second flow from [publish.yml](.github/workflows/publish.yml) will run and create the bottle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikw%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikw%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikw%2Fhomebrew-tap/lists"}