0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 14:13:36 +00:00
termux-packages/packages/mosh/mosh-perl.subpackage.sh
Tee KOBAYASHI 5cdbb6b40e mosh: Separate mosh.pl in a subpackage
and make `mosh` a wrapper script that prefers `mosh.pl` when installed.
2022-05-16 21:25:26 +09:00

6 lines
203 B
Bash

TERMUX_SUBPKG_INCLUDE="bin/mosh.pl"
TERMUX_SUBPKG_DESCRIPTION="The mosh Perl script"
TERMUX_SUBPKG_DEPENDS="perl"
TERMUX_SUBPKG_CONFLICTS="mosh (<< 1.3.2-37)"
TERMUX_SUBPKG_REPLACES="mosh (<< 1.3.2-37)"