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: 101b3dc2225323298893ab1a0f8c59c4c0e6ac8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libmac",
  "subdir": "Source/Projects/NonWindows",
  "no-autogen": true,
  "make-install-args": [
    "prefix=/app"
  ],
  "cleanup": [
    "/include/MAC"
  ],
  "sources": [
    {
        "type": "archive",
        "url": "https://freac.org/patches/MAC_SDK_723.zip",
        "sha256": "1d17d469dd2b4652e19cb91aa7cf76786fec999871a8f5729cd24064f989e9ae",
        "strip-components": 0
    }
  ]
}