-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reuse 5.0.2 (new formula) #206960
reuse 5.0.2 (new formula) #206960
Conversation
Please stop creating new pull requests for every change, just push your changes to the same branch and the pull request will update. |
Sorry, that's my bad. The bot kept adding unrelated commits (presumably rebasing?) when I force pushed and I couldn't figure out how to stop that and keep my branch clean. |
Judging by the timeline the bot only ever added labels. Are you sure you weren't rebasing your work on the wrong branch? |
934f7ef
to
c45f764
Compare
Added shell completions. Should be ready now. |
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?There's some confusion about which license to include in the formula. Debian, Gentoo, Arch and Fedora are listing all licenses reported upstream; MacPorts only GPLv3+. Upstream says its source code is GPLv3+, and docs, configs, etc., are under different licenses. The program itself declares only GPLv3+.
ref README
ref Debian
# curl --silent --location --url "https://metadata.ftp-master.debian.org/changelogs//main/r/reuse/reuse_5.0.2-1_copyright" | grep -F "License: " | sort --unique License: Apache-2.0 License: CC-BY-SA-4.0 License: CC0-1.0 License: GPL-3.0-or-later License: GPL-3.0-or-later AND Apache-2.0
ref Gentoo
ref Arch
ref Fedora
ref MacPorts
# curl --silent --location --url "https://raw.githubusercontent.com/macports/macports-ports/refs/heads/master/devel/reuse/Portfile" | sed -n '/^license/p' license GPL-3+