I can verify that a manual install from the tar.gz works well on the Pine64. Steps are below if it helps anyone else.
- Get the tar.gz:
wget
http://update.sonarr.tv/v2/master/mono/NzbDrone.master.tar.gz - Install sonarr dependencies:
sudo apt-get install mono-complete mediainfo sqlite3
- Move and extract the tar.gz:
sudo mv NzbDrone.master.tar.gz /opt/
sudo tar xzvf NzbDrone.master.tar.gz
- Start the server:
cd NzbDrone/
mono --debug NzbDrone.exe