aRustyDev / aRustyDev/homebrew-tap

feat(bootlegrs): complete formula for bootlegrs

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
enhancement formula
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Summary

The `bootlegrs` formula is currently incomplete and contains template placeholder values that fail Homebrew's linting checks.

## Current State

The formula at `Formula/b/bootlegrs.rb` has the following issues:
- Empty `desc` (description)
- Empty `homepage` (should start with http/https)
- Template comments not removed
- Empty `license`

## Required Changes

1. Add a proper description
2. Set homepage to `https://github.com/aRustyDev/bootlegrs`
3. Remove all template comments
4. Set the correct license
5. Add proper `url` and `sha256` for a release (not just `head`)
6. Update the `test` block with a real test

## References

- Upstream repo: https://github.com/aRustyDev/bootlegrs
- [Homebrew Formula Cookbook](https://docs.brew.sh/Formula-Cookbook)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.