void-packages/srcpkgs/python3-pyglet/template

19 lines
570 B
Bash

# Template file for 'python3-pyglet'
pkgname=python3-pyglet
version=1.4.10
revision=6
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3"
short_desc="Cross-platform windowing and multimedia library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.pyglet.org"
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
checksum=c57e3e18246f45e4d6bb3d29e39d128d6e72b05f4212b10353adc3ba260ceb65
make_check=no # pyglet requires an X server with GLX
post_install() {
vlicense LICENSE
}