https://github.com/ephread/homebrew-ink
Formulae to install inklecate with Homebrew.
https://github.com/ephread/homebrew-ink
Last synced: over 1 year ago
JSON representation
Formulae to install inklecate with Homebrew.
- Host: GitHub
- URL: https://github.com/ephread/homebrew-ink
- Owner: ephread
- License: bsd-2-clause
- Created: 2018-09-09T06:35:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T23:35:07.000Z (over 3 years ago)
- Last Synced: 2025-03-08T22:42:07.408Z (over 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for inkle's Ink
[](https://travis-ci.org/ephread/homebrew-ink)
Formulae to install inklecate with Homebrew.
## Installation
Tap into into this repository.
```bash
$ brew tap ephread/ink
```
### Latest version
You can now install the latest version of `inklecate`.
```bash
$ brew install inklecate
```
Then you can run `inklecate`:
```bash
$ inklecate
```
### Versioned formulae
You can also install a previous version of `inklecate`.
```bash
$ brew install inklecate@
```
`brew search` will show you a list of available versions:
```bash
$ brew search inklecate
```
Since these formulae may conflict with the regular version of `inklecate`, they are _keg only_. It means that they are only installed in the cellar and are not available in the `PATH`.
You can use `brew link` or update the `$PATH` in your shell profile file to make them available.
## Mono dependency (below 1.0.0)
The Mono dependency is marked as optional. Hence, if you already have a specific version of Mono installed and don't want Homebrew to mess with it (e. g. if you're using Ink with Godot), you can ignore Mono by specifying the `--without-mono` option:
```bash
$ brew install --without-mono inklecate@0.9.0
```
## License
The formulae are under the [BSD 2-clause "Simplified" License](https://github.com/ephread/homebrew-ink/blob/master/LICENSE).