mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-30 05:22:41 +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
10 lines
489 B
Bash
10 lines
489 B
Bash
# FIXME: unsplit and use update-alternatives to provide symlinks and avoid
|
|
# the conflict with netcat-openbsd? We do not split nping from nmap package.
|
|
|
|
TERMUX_SUBPKG_INCLUDE="bin/ncat share/man/man1/ncat.1.gz"
|
|
TERMUX_SUBPKG_DESCRIPTION="Feature-packed networking utility which reads and writes data across networks from the command line"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_DEPENDS="liblua54, libpcap, openssl"
|
|
TERMUX_SUBPKG_BREAKS="netcat"
|
|
TERMUX_SUBPKG_REPLACES="netcat"
|