Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwilczynski/homebrew-pkenv
Homebrew tap for pkenv - The Packer version manager
https://github.com/kwilczynski/homebrew-pkenv
formulae hashicorp hashicorp-packer homebrew homebrew-formulae homebrew-tap packer tap version-manager
Last synced: about 1 month ago
JSON representation
Homebrew tap for pkenv - The Packer version manager
- Host: GitHub
- URL: https://github.com/kwilczynski/homebrew-pkenv
- Owner: kwilczynski
- License: apache-2.0
- Created: 2017-11-16T11:17:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T14:08:40.000Z (about 3 years ago)
- Last Synced: 2023-07-15T23:22:48.973Z (over 1 year ago)
- Topics: formulae, hashicorp, hashicorp-packer, homebrew, homebrew-formulae, homebrew-tap, packer, tap, version-manager
- Language: Ruby
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew pkenv
A repository holding the Homebrew pkenv tap.
## Requirements
* [Homebrew](https://github.com/Homebrew/brew)
* El Capitan, Sierra and High Sierra. Untested everywhere else.## Installation
Run the following in your command-line:
```sh
$ brew tap kwilczynski/homebrew-pkenv
```## Bugs happen
The more information you provide and the more detailed your report is, the easier it is for us to fix it.
Please refer to [this section](#filing-bug-reports) for more information.### Filing Bug Reports
Please include the following information in your bug report:
- macOS Version: eg. 10.13.1, 10.12.3
- Homebrew Version: `brew -v`
- Installation logs for the formula in question
- A link to the gist created with `brew gist-logs ` will contain these logs.
- Or, if `brew gist-logs` is not working:
- Output of `brew install -v path/to/homebrew-pkenv/the-formula-you-want-to-test.rb --with-your --options-here`
within a [gist](https://gist.github.com). Please append any options you added to the `brew install` command.
- Output of `brew doctor` within a [gist](https://gist.github.com).New bug reports will be created with a template of this information for you to fill in.
This will help us diagnose your issues much quicker, as well as find similarities between different reported issues.
## Background
This repository contains formulae for [pkenv](https://github.com/iamhsa/pkenv).
## Usage
Once the tap is installed, you can install `pkenv` formulae via:
```sh
$ brew install pkenv
```That's it!
## Contributing
See [Contributing](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE).