TomIO

Results 402 comments of TomIO

I have no maintainer powers in this repository.

We did not hardcode bash into Termux. It's just the default shell. `chsh -s zsh` followed by restarting Termux works just fine on my device. The user's shell is determined...

`zrok` is one of mine. `zls` is a language server, which I sort of do the coordination for. `luvi` is closely related enough to `luv` and `neovim` that I should...

Finally got time to look into this. - `zrok` is fine, in fact it just autoupdated(https://github.com/termux/termux-packages/commit/6b6ce335c03f44d3edfffbad06042ab0304fec72) I had to manually make a blocker issue for `rust` (#20970), which has been...

Updated the tracker with links to each of the packages in question.

This might not be the place to kick off this discussion. But regarding `python2`, what if we just, drop it. It's been EOL since 2020. I think 4 and a...

I'm looking at `bsd-finger` right now. I think we should just give it the [netcat-openbsd](https://github.com/termux/termux-packages/blob/master/packages/netcat-openbsd/build.sh) treatment, and use the Debian Sid source mirror as the source URL.

Look like `eltclsh` is a late victim of #20867 The expected license file name changed from `LICENSE` to `copyright`, so the license file wasn't getting picked up. https://github.com/termux/termux-packages/blob/191c936afb3c406508ce913c372fa0f6777bd0f7/packages/eltclsh/build.sh#L18 Though I...

`lexter` has been wiped off the face of the internet. https://repology.org/project/lexter/information We should probably retire the package.

I am getting a `python-scipy` build failure. ```styl Traceback (most recent call last): File "/home/builder/.termux-build/python-crossenv-prefix-aarch64/build/lib/python3.11/site-packages/mesonbuild/mesonmain.py", line 188, in run return options.run_func(options) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/builder/.termux-build/python-crossenv-prefix-aarch64/build/lib/python3.11/site-packages/mesonbuild/msetup.py", line 364, in run app.generate() File...