tornado is a clone of an old C64 game using ncurses. It builds straight.
The homepage is https://github.com/kouya/tornado . A short description can be found in the libregamewiki.
# as of writing the signing key is revoked # Import the gpg key # wget https://kiza.eu/pgpkey.asc -O -| gpg --import - # gpg --recv-key 561D4FD2 # signed with old key # download the file wget https://kiza.eu/media/software/tornado/tornado-1.4.tar.gz # check file, but key is revoked # wget https://kiza.eu/media/software/tornado/tornado-1.4.tar.gz.asc # gpg --verify tornado-1.4.tar.gz.asc # extract file tar -xvzf tornado-1.4.tar.gz cd tornado-1.4 make ./tornado