summaryrefslogtreecommitdiff
path: root/recipes/directx-headers.recipe
blob: 3c525e70034618a3fe6690f57a6f4195cd23eec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    version = '1.611.0'
    name = 'directx-headers'
    licenses = [{License.MIT: ['LICENSE']}]
    stype = SourceType.TARBALL
    btype = BuildType.MESON
    url = 'https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v%(version)s.tar.gz'
    tarball_checksum = 'edb8b52b1379f841df5d0d5e11dde08e0c3912508179fb3711f163382e88865c'