mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-26 17:25:00 +00:00
We use true or false for other bool build variables. Let's be consistent. Change does not have an effect on build scripts. %ci:no-build
7 lines
286 B
Bash
7 lines
286 B
Bash
TERMUX_SUBPKG_DESCRIPTION="QEMU Linux user mode emulator"
|
|
TERMUX_SUBPKG_DEPENDS="glib, libandroid-shmem, libgnutls, libpixman"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_BREAKS="qemu-user-x86_64"
|
|
TERMUX_SUBPKG_REPLACES="qemu-user-x86_64"
|
|
TERMUX_SUBPKG_INCLUDE="bin/qemu-x86_64"
|