-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add jsonviewer package #25982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add jsonviewer package #25982
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't seem to find a package request for this project.
So I'll just go through an abbreviated version of the package request checklist below really quick.
Note
For future reference, please open a package request before spending the time to write a package build.
Package requests give us a heads up to evaluate if a package is suitable for packaging in the main Termux repositories.
https://github.com/termux/termux-packages/issues/new?template=02-package-request.yml
If you intend to package
Not all projects will meet out packaging guidelines.
In case this project does not, it may still be suitable for inclusion in the TUR
Packaging policy acknowledgement
-
The project is actively developed.
-
The project has existing packages and is "well known".
-
Licensed under an open source license.
-
Not available through a language package manager: pip, npm, cpan, cargo, etc.
-
Not taking up too much disk space (< 100MiB per architecture, exceptions can be made)
-
Not duplicating the functionality of existing packages.
-
Not serving hacking, malware, phishing, spamming, spying, ddos functionality.
-
I certify that I have read Termux Packaging Policy and understand that my request will be denied if it is found lacking.
This repository is not intended for packaging personal hobby projects.
The project Readme and license should also not be duplicated in the package directory.
Neither should a tarball.
The project also duplicates the functionality offered by jq or yq.
This does not require packaging by us.
|
@X-sella It seems like an interesting program, but isn't it very easy to get like this? curl -O https://raw.githubusercontent.com/X-sella/jsonviewer/refs/heads/main/src/jsonviewer
chmod +x jsonviewer
pip install textual rich
./jsonviewer $PREFIX/share/glvnd/egl_vendor.d/50_mesa.jsonbut also, when I try those commands, I see this error, do you happen to know if that is an intended use that can be fixed, or is it only compatible with specific |
This PR adds a new package:
jsonviewerPackage metadata:
Installation in Termux after merge:
pkg install jsonviewer
This package includes: