18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'python3-PyOpenGL'
|
|
pkgname=python3-PyOpenGL
|
|
version=3.1.5
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Standard OpenGL bindings for Python3"
|
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://pyopengl.sourceforge.net/"
|
|
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
|
checksum=4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424
|
|
|
|
post_install() {
|
|
vlicense license.txt LICENSE
|
|
}
|