~aleteoryx/sexchat

ref: e7d0d3fe7968ccad6cca5bc741fcbe332adb6841 sexchat/flatpak/shared-modules/mac/mac.json -rw-r--r-- 499 bytes
e7d0d3feAleteoryx remove gui_ulist_style option 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
    }
  ]
}