https://github.com/sqlitebrowser/homebrew-tap
Homebrew tap with the formulae needed to build our project.
https://github.com/sqlitebrowser/homebrew-tap
Last synced: 11 days ago
JSON representation
Homebrew tap with the formulae needed to build our project.
- Host: GitHub
- URL: https://github.com/sqlitebrowser/homebrew-tap
- Owner: sqlitebrowser
- License: bsd-2-clause
- Created: 2025-03-01T05:24:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:54:17.000Z (10 months ago)
- Last Synced: 2025-03-11T00:01:57.295Z (10 months ago)
- Language: Ruby
- Size: 40 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap with the formulae needed to build our [project](https://github.com/sqlitebrowser/sqlitebrowser).
## Installation
```
brew tap sqlitebrowser/tap
```
> [!NOTE]
> Formulae for Intel-based macOS will be available soon.
> Thank you for your patience.
## Formulae
| **Formula** | **Description** |
|:--------------:|:---------------:|
| sqlb-openssl@3 | OpenSSL 3.x |
| sqlb-qt@5 | Qt 5.x |
| sqlb-sqlcipher | SQLCipher |
| sqlb-sqlite | SQLite |
> [!NOTE]
> This formulae requires Rosetta 2.
> You can install Rosetta 2 with the command `softwareupdate --install-rosetta`.
> [!WARNING]
> Currently, the official bottle offering for these formulae is only available for macOS Sonoma.
> If you're using a different version, you'll need to build from source. Thanks for your understanding.
## License
The code in this repository is licensed under the BSD 2-Clause License.
See the [license file](LICENSE) for more information.