diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template new file mode 100644 index 00000000000..54dfc922374 --- /dev/null +++ b/srcpkgs/python3-pycollada/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pycollada' +pkgname=python3-pycollada +version=0.7.1 +revision=1 +archs=noarch +wrksrc="pycollada-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-dateutil python3-lxml python3-numpy" +checkdepends="python3-Cython ${depends}" +short_desc="Python3 module for creating, editing, and loding COLLADA files" +maintainer="Karl Nilsson " +license="BSD-3-Clause" +homepage="https://pycollada.readthedocs.io/en/latest/" +distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz" +checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1 + +post_install() { + vlicense COPYING +}