mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-13 14:09:19 +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
11 lines
253 B
Bash
11 lines
253 B
Bash
TERMUX_SUBPKG_DESCRIPTION="A device-mapper library"
|
|
TERMUX_SUBPKG_DEPENDS="libandroid-support"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
include/libdevmapper.h
|
|
bin/dmstats
|
|
bin/dmsetup
|
|
lib/libdevmapper.so*
|
|
lib/pkgconfig/devmapper.pc
|
|
"
|