~aleteoryx/sexchat

ref: 9a9f5886431dff4938979641fc1b3c69ef76ce38 sexchat/flatpak/shared-modules/mac/mac.json -rw-r--r-- 499 bytes
9a9f5886Aleteoryx remove all references to fe_* from server.c, other than ctor/dtor 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libmac",
  "buildsystem": "simple",
  "build-commands": [
    "make -f Source/Projects/NonWindows/Makefile -j $FLATPAK_BUILDER_N_JOBS",
    "make -f Source/Projects/NonWindows/Makefile prefix=/app install"
  ],
  "cleanup": [
    "/include/MAC"
  ],
  "sources": [
    {
        "type": "archive",
        "url": "https://freac.org/patches/MAC_SDK_629.zip",
        "sha256": "af62c05d83c003c3af8772c01ca8796b8f2ac75a2f5ce1af183ab021cd7f3cf0",
        "strip-components": 0
    }
  ]
}