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

mac.json « mac - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c3f7b8afef582cc3ddda8c1f35380cd725be9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "libmac",
  "no-autogen": true,
  "rm-configure": true,
  "make-install-args": [
    "prefix=/app"
  ],
  "cleanup": [
    "/include/MAC"
  ],
  "sources": [
    {
        "type": "archive",
        "url": "https://freac.org/patches/MAC_SDK_565.zip",
        "sha256": "d035456eae1a3e8c58c91a57833e64e59dd43dba980373d007986587bb361fbc",
        "strip-components": 0
    },
    {
        "type": "patch",
        "path": "mac-sdk-5.65-gcc.patch"
    }
  ]
}