diff --git a/srcpkgs/qemuconf/template b/srcpkgs/qemuconf/template index 5da97d2344b..b58b8694edc 100644 --- a/srcpkgs/qemuconf/template +++ b/srcpkgs/qemuconf/template @@ -1,6 +1,6 @@ # Template file for 'qemuconf' pkgname=qemuconf -version=0.1.3 +version=0.2.1 revision=1 build_style=gnu-makefile make_install_target="install-runit" @@ -11,9 +11,10 @@ maintainer="Enno Boland " license="GPL-3" homepage="https://github.com/Gottox/qemuconf" distfiles="https://github.com/Gottox/qemuconf/archive/v${version}.tar.gz" -checksum=2c900b1bdc2d44743ef0ab747acc34b5c36ebcbefa8524bded8181481d63efd4 +checksum=8b57872e6f7d281e7ed7d142ff05efb50e2fbe2c46e656a30fbb1705b4382548 post_install() { vinstall generic.conf 644 etc/qemu.d + vbin qemuconf_import.sh ln -s /run/runit/supervise.qemu-generic $DESTDIR/etc/sv/qemu-generic/supervise }