Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Mailänder <Mailaender@users.noreply.github.com>2022-05-16 12:42:17 +0300
committerGitHub <noreply@github.com>2022-05-16 12:42:17 +0300
commit3d6f7b5bd40bed93f3fee44dc0befafd2eaafbe8 (patch)
tree77da9aed4306dc0f89ed8c340bc5e05197b3acbc
parent83acd36912481cd9079cf0e65194c1df8d4afb34 (diff)
Add PhysicsFS (#191)
-rw-r--r--CODEOWNERS1
-rw-r--r--physfs/physfs.json18
2 files changed, 19 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 1316d79..f35225b 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -11,6 +11,7 @@
/libsecret/ @Lctrs
/libusb/ @A6GibKm
/openjpeg/ @bochecha
+/physfs/ @Mailaender
/python2.7/ @bilelmoussaoui
/linux-audio/ @hfiguiere
/lua5.1/ @Unrud
diff --git a/physfs/physfs.json b/physfs/physfs.json
new file mode 100644
index 0000000..5cc0627
--- /dev/null
+++ b/physfs/physfs.json
@@ -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
+ }
+ ]
+}