https://github.com/cloud-gov/homebrew-cloudgov
https://github.com/cloud-gov/homebrew-cloudgov
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud-gov/homebrew-cloudgov
- Owner: cloud-gov
- License: other
- Created: 2022-04-11T16:51:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T16:21:40.000Z (9 months ago)
- Last Synced: 2025-10-01T18:21:52.358Z (9 months ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Brew Tap for Cloud.Gov
This is repo holds the homebrew formulae for utilities from [cloud.gov](https://www.cloud.gov)
## Installation
```sh
brew install cloud-gov/cloudgov/
```
or
```sh
brew tap cloud-gov/cloudgov
brew install
```
## Current Formulae
- [cg-manage-rds](Formula/cg-manage-rds.rb)
## Development
New formula should be added to the formula directory.
A workflow is enabled for automatic updating of forumla based on changes to `formula`/`formula`.env files in the Versions directory. This simply leverages bash environment variables and the shell `envsubst` command to generate new formula `.rb` files in Formula directory based on changes to any `formula.env` files in directories under ./Versions.