https://github.com/realnc/homebrew-hugo
Homebrew tap for Hugo, a parser-based Interactive Fiction engine.
https://github.com/realnc/homebrew-hugo
formula homebrew-formula homebrew-formulae homebrew-tap hugo tap
Last synced: 4 days ago
JSON representation
Homebrew tap for Hugo, a parser-based Interactive Fiction engine.
- Host: GitHub
- URL: https://github.com/realnc/homebrew-hugo
- Owner: realnc
- License: unlicense
- Created: 2019-02-20T10:22:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T12:45:19.000Z (about 4 years ago)
- Last Synced: 2025-03-15T03:30:36.087Z (7 months ago)
- Topics: formula, homebrew-formula, homebrew-formulae, homebrew-tap, hugo, tap
- Language: Ruby
- Homepage: http://ifwiki.org/index.php/Hugo
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Homebrew tap that provides formulae for the Unix version of the Hugo command-line tools
(https://github.com/0branch/hugo-unix) as well as for any needed dependencies that are not in
homebrew-core.To install the Hugo tools, first add the tap with:
brew tap realnc/hugo
You can then install the tools with:
brew install hugo-unix
This will install three executables:
* `hc` - Compiler
* `hd` - Debugger
* `he` - InterpreterFor more information about Hugo, see http://www.ifwiki.org/index.php/Hugo.