termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.33k stars 3.07k forks source link

Package request: squeezelite #921

Closed zuglufttier closed 2 years ago

zuglufttier commented 7 years ago

Now that there is support for cmus (#209), it should be possible to add support for squeezelite from @ralph-irving: https://github.com/ralph-irving/squeezelite

Squeezelite is a very nice software which would transform any android device supported by termux into a fully capable squeezebox.

zuglufttier commented 7 years ago

Added a bounty: https://www.bountysource.com/issues/44054818-package-request-squeezelite

jbdelisle commented 2 years ago

Hi,

Not sure whether this is the proper place, but in case this can help I managed to compile and run squeezelite on termux, with the following steps:

Can this be easily turned into a package (I have no experience in packaging for termux)?

xtkoba commented 2 years ago

(In reply to https://github.com/termux/termux-packages/issues/921#issuecomment-991379402:) In general, creating a package for Termux is not very difficult if you have knowledge of Bash script. You can learn how to write package scripts by reading existing ones, along with the official document. It is true that from time to time we are put cross-build specific obstacles that do not arise when building on device. But let's try anyway.