Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruffle-rs/homebrew-ruffle
Homebrew tap for `ruffle` Flash emulator
https://github.com/ruffle-rs/homebrew-ruffle
emulator flash homebrew tap
Last synced: about 3 hours ago
JSON representation
Homebrew tap for `ruffle` Flash emulator
- Host: GitHub
- URL: https://github.com/ruffle-rs/homebrew-ruffle
- Owner: ruffle-rs
- Created: 2021-01-04T02:52:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T19:25:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:22:06.409Z (7 months ago)
- Topics: emulator, flash, homebrew, tap
- Language: Ruby
- Homepage: https://github.com/ruffle-rs/ruffle#homebrew
- Size: 5.86 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Homebrew tap for the latest (`master`) version of Ruffle. As edgy as it gets.
## Install
```
brew install ruffle-rs/ruffle/ruffle
```## Update
```
brew upgrade ruffle --fetch-HEAD
```Since this is a HEAD-only formula (no versions, just latest commit on default Git branch), it will not pull latest changes unless you pass `--fetch-HEAD`.
## To do
- [x] Build from source like a good Homebrew formula
- [ ] Auto-download [latest](https://api.github.com/repos/ruffle-rs/ruffle/releases) nightly release as a bottle
- [ ] Or update automatically with a GH Action triggered by ruffle-rs/ruffle new releases?Tap maintained by [@unitof](https://github.com/unitof). Inspired by [rust-nightly](https://github.com/pointlessone/homebrew-rust-nightly).
Please send all complaints to [email protected].