From 95fd50486cd73c25a82e725bed310a8b5871a66c Mon Sep 17 00:00:00 2001 From: triallax Date: Thu, 27 Jul 2023 17:14:12 +0100 Subject: [PATCH] New package: python3-glad-2.0.4 --- srcpkgs/python3-glad/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-glad/template diff --git a/srcpkgs/python3-glad/template b/srcpkgs/python3-glad/template new file mode 100644 index 00000000000..3792260c4eb --- /dev/null +++ b/srcpkgs/python3-glad/template @@ -0,0 +1,17 @@ +# Template file for 'python3-glad' +pkgname=python3-glad +version=2.0.4 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-Jinja2" +short_desc="Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs" +maintainer="Mohammed Anas " +license="MIT, Apache-2.0" +homepage="https://github.com/Dav1dde/glad" +distfiles="https://github.com/Dav1dde/glad/archive/refs/tags/v${version}.tar.gz" +checksum=02629644c242dcc27c58222bd2c001d5e2f3765dbbcfd796542308bddebab401 + +post_install() { + vlicense LICENSE +}