obs-studio/build-aux/modules/90-uthash.json
2024-04-07 10:01:25 +10:00

20 lines
480 B
JSON

{
"name": "uthash",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/include",
"cp src/{utarray.h,uthash.h,utlist.h,utringbuffer.h,utstack.h,utstring.h} /app/include/"
],
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://github.com/troydhanson/uthash.git",
"tag": "v2.3.0",
"commit": "e493aa90a2833b4655927598f169c31cfcdf7861"
}
]
}