summaryrefslogtreecommitdiff
path: root/Ports/stb/package.sh
blob: 49aaae4796f9c946f44fd4f6d247c4059ba0d3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/"
}