mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-21 21:26:07 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
18
shared-modules/physfs/physfs.json
Normal file
18
shared-modules/physfs/physfs.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue