termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

[Package]: luaprompt

Open Freed-Wu opened this issue 1 year ago • 3 comments

Why is it worth to add this package?

luaprompt is a lua REPL depends on readline.

Home page URL

https://github.com/dpapavas/luaprompt

Source code URL

https://github.com/dpapavas/luaprompt

Packaging policy acknowledgement

  • [X] The project is actively developed.

  • [X] The project has existing packages and is "well known".

  • [X] Licensed under an open source license.

  • [ ] Not available through a language package manager: pip, npm, cpan, cargo, etc.

  • [X] Not taking up too much disk space (< 100MiB per architecture, exceptions can be made)

  • [X] Not duplicating the functionality of existing packages.

  • [X] Not serving hacking, malware, phishing, spamming, spying, ddos functionality.

  • [X] I certify that I have read Termux Packaging Policy and understand that my request will be denied if it is found lacking.

Additional information

No response

Freed-Wu avatar Jun 15 '24 15:06 Freed-Wu

It can be installed via luarocks install luaprompt.

tqfx avatar Jun 16 '24 05:06 tqfx

It is a binary module, need to be compiled with readline.

Freed-Wu avatar Jun 16 '24 06:06 Freed-Wu

But it's still buildable through Luarocks, just

luarocks install luaprompt {READLIB,HISTORY}_LIBDIR=$PREFIX/lib {READLINE,HISTORY}_INCDIR=$PREFIX/include

0komo avatar Jun 16 '24 23:06 0komo