Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/mopidy-iris/template
Original file line number Diff line number Diff line change
@@ -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 <pelle@windestam.se>"
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

Check failure on line 17 in srcpkgs/mopidy-iris/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license Apache-2.0 should not be installed
}
Loading