1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 02:17:06 +00:00
termux-packages/packages/qemu-system-x86-64-headless/qemu-common.subpackage.sh
marcusz 34c36e8286
qemu: enable guest agent (#10530)
* qemu: enable guest agent
* qemu-common: include qemu-ga binary
2022-05-07 15:16:37 +08:00

20 lines
432 B
Bash

TERMUX_SUBPKG_DESCRIPTION="A set common files used by the QEMU emulators"
TERMUX_SUBPKG_DEPENDS="glib, libgcrypt"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_INCLUDE="
bin/qemu-ga
bin/qemu-pr-helper
bin/qemu-storage-daemon
libexec/virtfs-proxy-helper
libexec/qemu-bridge-helper
share/applications
share/icons
share/doc
share/man/man1/qemu.1.gz
share/man/man1/virtfs-proxy-helper.1.gz
share/man/man7
share/man/man8
share/qemu
"