Files
termux-packages/root-packages/libcryptsetup/cryptsetup.subpackage.sh
termux-pacman-bot 0374b1530a *: Remove version specifier for libuuid in deps
Not making much sense because partial upgrading is not supported in the
first place. Also note that this specifier did not prevent libuuid from
being upgraded, leaving its reverse dependencies behind.

%ci:no-build
2023-02-23 16:38:44 +00:00

7 lines
200 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Userspace setup tool for transparent encryption of block devices using dm-crypt"
TERMUX_SUBPKG_DEPENDS="libpopt, libblkid, libuuid"
TERMUX_SUBPKG_INCLUDE="
bin/
share/man
"