diff --git a/srcpkgs/mopidy-iris/template b/srcpkgs/mopidy-iris/template new file mode 100644 index 00000000000000..78e41a14b9a797 --- /dev/null +++ b/srcpkgs/mopidy-iris/template @@ -0,0 +1,18 @@ +# Template file for 'mopidy-iris' +pkgname=mopidy-iris +version=3.70.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel" +depends="mopidy python3 python3-pykka python3-setuptools" +short_desc="Mobile-friendly Mopidy client" +maintainer="Pelle Windestam " +license="Apache-2.0" +homepage="https://github.com/jaedb/iris" +changelog="https://raw.githubusercontent.com/jaedb/Iris/releases/tag/${version}" +distfiles="${PYPI_SITE}/m/mopidy-iris/mopidy_iris-${version}.tar.gz" +checksum=99dff56e54d3b6388001bfe388b13611f8929485301206bc53b3a2b8a6b8eba9 + +post_install() { + vlicense LICENSE +}