From 01e7904e8dbe41296c75db6e89e33a45f6d8c131 Mon Sep 17 00:00:00 2001 From: Lugubris Date: Tue, 10 Sep 2019 14:37:32 +0000 Subject: [PATCH] python3-mpv: fix license issue, adopt vlicense should be used for AGPL licenses --- srcpkgs/python3-mpv/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index 2780c02610b..c697c5f816c 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -9,8 +9,12 @@ pycompile_module="mpv.py" hostmakedepends="python3-setuptools" depends="python3 mpv" short_desc="Python3 interface to the MPV media player" -maintainer="Orphaned " +maintainer="Lugubris " license="AGPL-3.0-or-later" homepage="https://github.com/jaseg/python-mpv" distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz" checksum=31ea56d1df50f42ec6ca232575a527483ed54967df867d143c47019636372c81 + +post_install() { + vlicense LICENSE +}