Compile lastpass-cli (lpass) for termux
- Make sure you have git and some dependencies installed:
$ pkg install git $ pkg install libllvm make cmake $ pkg install pkg-config openssl-dev libcurl-dev libxml2-dev
- Get the lastpass-cli source code from github:
$ git clone https://github.com/lastpass/lastpass-cli
- Compile:
$ cd lastpass-cli $ make
- The executable is located in ./build/lpass