🎧 GANA

The Ultimate Cyberpunk CLI Music Player for Termux.

# 1. Add the GPG Key
curl -fsSL https://juniorsir.github.io/gana/public.key | gpg --dearmor | tee $PREFIX/etc/apt/trusted.gpg.d/gana.gpg > /dev/null

# 2. Add the Repository
echo "deb https://juniorsir.github.io/gana/ ./" > $PREFIX/etc/apt/sources.list.d/gana.list

# 3. Install
pkg update && pkg install gana
View Source on GitHub