From f53c6c94d521ff5a524e5faed2eb7bc82970670a Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 10 May 2021 23:05:20 -0700 Subject: [PATCH] qemuconf: fix license, other lint --- srcpkgs/qemuconf/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qemuconf/template b/srcpkgs/qemuconf/template index 365497fd4cd..5ae35040ce0 100644 --- a/srcpkgs/qemuconf/template +++ b/srcpkgs/qemuconf/template @@ -1,20 +1,21 @@ # Template file for 'qemuconf' pkgname=qemuconf version=0.2.1 -revision=2 +revision=3 build_style=gnu-makefile make_install_target="install-runit" conf_files="/etc/qemu.d/generic.conf" depends="qemu" -short_desc="simple qemu launcher with config file support" +short_desc="Simple qemu launcher with config file support" maintainer="Enno Boland " -license="GPL-3" +license="MIT" homepage="https://github.com/Gottox/qemuconf" distfiles="https://github.com/Gottox/qemuconf/archive/v${version}.tar.gz" checksum=8b57872e6f7d281e7ed7d142ff05efb50e2fbe2c46e656a30fbb1705b4382548 post_install() { vinstall generic.conf 644 etc/qemu.d + vlicense LICENSE vbin qemuconf_import.sh ln -s /run/runit/supervise.qemu-generic $DESTDIR/etc/sv/qemu-generic/supervise }