0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/root-packages/libcryptsetup/cryptsetup.subpackage.sh
Tee KOBAYASHI a6394bf557 *: 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-24 00:59:35 +09: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
"