New package: DirectX-Headers-1.616.0

This commit is contained in:
Matthias von Faber 2025-04-02 11:41:01 +02:00
parent 0bdbd75bc5
commit 8bea8cdcce

View file

@ -0,0 +1,17 @@
# Template file for 'DirectX-Headers'
pkgname=DirectX-Headers
version=1.616.0
revision=1
archs="aarch64 x86_64"
build_style=meson
configure_args="-Db_lto=false -Dbuild-test=false"
short_desc="Official open-source DirectX headers"
maintainer="Matthias von Faber <mvf@gmx.eu>"
license="MIT"
homepage="https://github.com/microsoft/DirectX-Headers"
distfiles="https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v${version}.tar.gz"
checksum=125f492802939b40223bfccb83badd3f599af2d3449613d6cb893720607b9025
post_install() {
vlicense LICENSE
}