kpcli installer for Termux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg install perl | |
cpan Crypt::Rijndael | |
cpan Term::ReadKey | |
cpan Sort::Naturally | |
cpan File::KeePass | |
cpan Term::ShellUI | |
cpan Term::ReadLine::Perl5 | |
wget http://netcologne.dl.sourceforge.net/project/kpcli/kpcli-3.2.pl -N -O ${PREFIX}/bin/kpcli | |
chmod +x ${PREFIX}/bin/kpcli | |
# not needed due to termux-exec # termux-fix-shebang ${PREFIX}/bin/kpcli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment