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:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2022-05-23 10:10:06 +0300
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2022-05-23 10:10:06 +0300
commit1b470b7982aa820ab2c972c8242f860e83ab6971 (patch)
tree35a283dfa391cde2ae8fccd0e3f4beb140ecd5db
parent3d6f7b5bd40bed93f3fee44dc0befafd2eaafbe8 (diff)
Add sdl12-compat
-rw-r--r--SDL/sdl12-compat.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/SDL/sdl12-compat.json b/SDL/sdl12-compat.json
new file mode 100644
index 0000000..c022776
--- /dev/null
+++ b/SDL/sdl12-compat.json
@@ -0,0 +1,14 @@
+{
+ "name": "sdl12-compat",
+ "buildsystem": "cmake-ninja",
+ "cleanup": [
+ "bin/sdl-config"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-1.2.52.tar.gz",
+ "sha256": "5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014"
+ }
+ ]
+}