-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add stb single header libraries #180
Conversation
stb/PSPBUILD
Outdated
pkgdesc="a collection of single-file public domain libraries for C/C++" | ||
arch=('mips') | ||
url="https://github.com/nothings/stb" | ||
license=('Public Domain' 'MIT') |
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.
You should use Public Domain OR MIT
instead of splitting them into two.
ref: https://spdx.github.io/spdx-spec/v3.0/annexes/SPDX-license-expressions/ from https://wiki.archlinux.org/title/PKGBUILD#license
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.
Oh, I wasn't aware. Thanks! I'll change it.
Although, the packaging guide says you must always set the arch to "mips", this should only be true for packages containing native code. If the package only contains headers, scripts, makefiles, documentation, configs, etc., then arch should be set to "any". Not that it matters much anyway in the case of PSP. Also applicable to glm. |
@tpimh that's fair. Will change it. |
Looks good now, Thanks for working on this one! |
These are some useful single header libraries that are public domain, so they can be used without attribution.