I was able to get Pat running on my Google Pixel 8 Pro using Termux, which is installed through F-Droid.
With Termux running, these commands seem to do the trick:
~ $ pkg install golang
~ $ pkg install perl
~ $ pkg add socat
~ $ apt install git
~ $ git clone
https://github.com/la5nta/pat~ $ cd pat
~/pat $ ./make.bash
Then test it out!
~/pat $ ./pat configure
~/pat $ ./pat compose
~/pat $ ./pat connect telnet
Let me know if it works for you!
I'm going to work on the Bluetooth connection with my P4dragon next to see if I can get everything running for PACTOR.
Regards,
Mike KO6CGS