732c17a688
Split ncat (https://nmap.org/ncat/), the netcat implementation from the nmap project out into it's own package. Also setup netcat as a symlink to ncat for discoverability and for users used to netcat. Closes #162.
4 lines
259 B
Bash
4 lines
259 B
Bash
TERMUX_SUBPKG_INCLUDE="bin/ncat bin/netcat share/man/man1/ncat.1 share/man/man1/netcat.1"
|
|
TERMUX_SUBPKG_DESCRIPTION="Feature-packed networking utility which reads and writes data across networks from the command line"
|
|
TERMUX_SUBPKG_DEPENDS="libpcap, openssl"
|