summaryrefslogtreecommitdiff
path: root/homebrew/vulkanheaders/.beer
blob: b10254b24d416d00116590329b00300a55697e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "VulkanHeaders",
    "description": "Vulkan Header files and API registry",
    "url": "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.102.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.1.102",
    "file": "vulkan-headers.rb"
}