mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
2b65bc0e67
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
14 lines
384 B
Bash
14 lines
384 B
Bash
TERMUX_SUBPKG_DESCRIPTION="A set of utilities for working with the QEMU emulators"
|
|
TERMUX_SUBPKG_DEPENDS="glib, libbz2, libcurl, libgmp, libgnutls, libnettle, libnfs, libpixman, libssh, zlib, zstd"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
bin/elf2dmp
|
|
bin/qemu-edid
|
|
bin/qemu-img
|
|
bin/qemu-io
|
|
bin/qemu-nbd
|
|
share/man/man1/qemu-img.1.gz
|
|
share/man/man8/qemu-nbd.8.gz
|
|
"
|