This commit is contained in:
Fijxu 2024-03-07 20:28:57 -03:00
commit e571c4fbe8
139 changed files with 8839 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "PhysicsFS",
"buildsystem": "cmake-ninja",
"config-opts": [ "-DPHYSFS_BUILD_TEST=OFF", "-DPHYSFS_BUILD_STATIC=OFF" ],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/bin"
],
"sources": [
{
"type": "archive",
"url": "https://icculus.org/physfs/downloads/physfs-3.0.2.tar.bz2",
"sha256": "304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863",
"size": 194888
}
]
}