https://github.com/drogonframework/drogon-homebrew-formula-update
Drogon Homebrew Formula Updater updates the Drogon Homebrew formula with just one simple call.
https://github.com/drogonframework/drogon-homebrew-formula-update
Last synced: 4 months ago
JSON representation
Drogon Homebrew Formula Updater updates the Drogon Homebrew formula with just one simple call.
- Host: GitHub
- URL: https://github.com/drogonframework/drogon-homebrew-formula-update
- Owner: drogonframework
- License: bsd-3-clause
- Created: 2021-07-18T18:16:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T20:08:01.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T00:47:41.823Z (about 1 year ago)
- Language: Common Lisp
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drogon Homebrew Formula Updater
Drogon Homebrew Formula Updater updates the Drogon Homebrew formula
with just one simple call.
It fetches the Drogon source archive with the corresponding version,
computes its digest, sets the correct trantor dependency, commits the
changes, and finally pushes the updated formula.
``` common-lisp
(update "1.7.1"
"~/Repositories/Open Source/drogon/"
"~/Repositories/Open Source/homebrew-drogon/"
:dry-run t)
```
After manually verifying the results in the local Homebrew formula
repository, the `:dry-run` parameter can be left out to create a
commit message, and push the updated formula to its upstream
repository.
## Requirements
* SBCL 2.1.6+
* Quicklisp
* Git
## Installation
1. Make sure you have a fairly recent SBCL environment running (other
may work, too, but they are untested).
1. Pull this repository into your Quicklisp local projects directory
(or make a symlink).
1. Then load the system:
``` common-lisp
(ql:quickload :drogon-homebrew-formula-update)
```
## Contribute
We welcome any contributions. Contact us if you have any questions.
## Contact
Drogon Homebrew Formula Updater is owned and maintained by [Cocobit
Software](https://www.cocobit.software/).
## License
Drogon Homebrew Formula Updater is released under the BSD 3-Clause
license. See [LICENSE](LICENSE) for details.