mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
parent
c32944c784
commit
e133fc87c9
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-pysdl2/template
Normal file
16
srcpkgs/python3-pysdl2/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-pysdl2'
|
||||||
|
pkgname=python3-pysdl2
|
||||||
|
version=0.9.6
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="py-sdl2-rel_${version//./_}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="sdl2"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="desktop-file-utils SDL2 python3"
|
||||||
|
short_desc="Python ctypes wrapper around SDL2"
|
||||||
|
maintainer="Johnny-Mac <johnny-mac@linuxmail.org>"
|
||||||
|
license="CC0-1.0"
|
||||||
|
homepage="https://github.com/marcusva/py-sdl2"
|
||||||
|
distfiles="https://github.com/marcusva/py-sdl2/archive/rel_${version//./_}.tar.gz"
|
||||||
|
checksum=50e137cc6078d20d59c7a79883a684a02cbeaa583c9f43ac6bfbcca364236f97
|
Loading…
Add table
Reference in a new issue