serenity/Ports/stb/package.sh

14 lines
370 B
Bash
Raw Normal View History

2022-07-07 21:00:37 +00:00
#!/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/"
}