We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae02a commit a80a908Copy full SHA for a80a908
srcpkgs/mopidy-iris/template
@@ -0,0 +1,18 @@
1
+# Template file for 'mopidy-iris'
2
+pkgname=mopidy-iris
3
+version=3.70.0
4
+revision=1
5
+build_style=python3-module
6
+hostmakedepends="python3-setuptools python3-wheel python3-pykka python3-setuptools"
7
+depends="mopidy python3"
8
+short_desc="Mobile-friendly Mopidy client"
9
+maintainer="Pelle Windestam <pelle@windestam.se>"
10
+license="Apache-2.0"
11
+homepage="https://github.com/jaedb/iris"
12
+changelog="https://raw.githubusercontent.com/jaedb/Iris/releases/tag/${version}"
13
+distfiles="${PYPI_SITE}/m/mopidy-iris/mopidy_iris-${version}.tar.gz"
14
+checksum=99dff56e54d3b6388001bfe388b13611f8929485301206bc53b3a2b8a6b8eba9
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments