18 lines
603 B
Bash
18 lines
603 B
Bash
# Template file for 'aqemu'
|
|
pkgname=aqemu
|
|
version=0.9.4
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DWITHOUT_EMBEDDED_DISPLAY=1"
|
|
makedepends="qt5-devel qemu desktop-file-utils"
|
|
depends="qemu desktop-file-utils"
|
|
short_desc="GUI to QEMU and KVM emulators, written in Qt4"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://aqemu.sourceforge.net"
|
|
distfiles="https://github.com/TBK/aqemu/archive/v${version}.tar.gz"
|
|
checksum=576ae78de936518a1de057355ffc192b59e42be934f0111122b2c5fcafe318a7
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|