Skip to content
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

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Add stb single header libraries #180

merged 4 commits into from
Jul 15, 2024

Conversation

sharkwouter
Copy link
Member

These are some useful single header libraries that are public domain, so they can be used without attribution.

stb/PSPBUILD Outdated Show resolved Hide resolved
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')
Copy link
Member

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

Copy link
Member Author

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.

@tpimh
Copy link
Contributor

tpimh commented Jul 15, 2024

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.

@sharkwouter
Copy link
Member Author

@tpimh that's fair. Will change it.

@diamant3
Copy link
Member

Looks good now, Thanks for working on this one!

@diamant3 diamant3 merged commit 1101a1e into master Jul 15, 2024
156 checks passed
@sharkwouter sharkwouter deleted the add-stb branch July 15, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants