1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 10:37:34 +00:00

Ports: Add stb header files

This commit is contained in:
Liav A 2022-07-08 00:00:37 +03:00 committed by Linus Groh
parent bf85bf2a9e
commit 5fe4feee33
2 changed files with 14 additions and 0 deletions

13
Ports/stb/package.sh Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='stb'
version='af1a5bc352164740c1cc1354942b1c6b72eacb8a'
files="https://github.com/nothings/stb/archive/${version}.zip stb-${version}.zip e3d0edbecd356506d3d69b87419de2f9d180a98099134c6343177885f6c2cbef"
auth_type='sha256'
build() {
:
}
install() {
run cp -r "./" "${SERENITY_INSTALL_ROOT}/usr/local/include/"
}