mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-glad-2.0.4
This commit is contained in:
parent
c00a7475e8
commit
95fd50486c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-glad/template
Normal file
17
srcpkgs/python3-glad/template
Normal file
|
@ -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 <triallax@tutanota.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue