Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timo-reymann/homebrew-deterministic-zip
Homebrew for deterministic-zip
https://github.com/timo-reymann/homebrew-deterministic-zip
deterministic-zip homebrew homebrew-tap
Last synced: about 14 hours ago
JSON representation
Homebrew for deterministic-zip
- Host: GitHub
- URL: https://github.com/timo-reymann/homebrew-deterministic-zip
- Owner: timo-reymann
- License: unlicense
- Created: 2021-06-05T13:19:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T23:09:27.000Z (7 months ago)
- Last Synced: 2024-05-01T16:50:10.382Z (7 months ago)
- Topics: deterministic-zip, homebrew, homebrew-tap
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
homebrew-deterministic-zip
===
[![LICENSE](https://img.shields.io/github/license/timo-reymann/homebrew-deterministic-zip)](https://github.com/timo-reymann/homebrew-deterministic-zip/blob/main/LICENSE)
HomeBrew formula for deterministic-zip>.
## Releasing
New versions are released via the pipeline in deterministic-zip.
Its achieved by calling `generate.py` with the appropriate parameters.
This will take `formula.template` and manipulate it with builtin python `string.Template` to generate the formula ruby file.Afterwards simply pushing the changes.