termux / termux-packages

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

[Package]: Love2d for lua #22219

Closed justlimeguy closed 2 days ago

justlimeguy commented 2 days ago

Why is it worth to add this package?

It would help compile love2d projects from terminal itself, instead going "zip all - rename to love - open love loader - find archive - run" similar to how it works on arch.

Home page URL

https://love2d.org/

Source code URL

https://github.com/love2d/love

Packaging policy acknowledgement

Additional information

No response

twaik commented 2 days ago

Project is already present. https://github.com/termux/termux-packages/blob/2ad4e335af43a2cbb7329d3e997d73afeb94aa48/x11-packages/love/build.sh

justlimeguy commented 2 days ago

how do I install it? it does not show up in list and says package not found.

Biswa96 commented 2 days ago

how do I install it?

apt install x11-repo; apt update; apt install love