If you install a program in $(prefix), anything executable as a command goes in $(prefix)/bin, anything used by the executable which is architecture-dependent goes in $(prefix)/lib, and anything used by the executable which is not architecture-dependent goes in $(prefix)/share (preferred) or $(prefix)/lib (accetable). If there are more than a few support files, then they should go in $(prefix)/{lib,share}/$(package_name) Python comes pretty close, but technically you'd want to put all the .py, .pyc and .pyo files in share/ So I guess that if you had $(prefix)/bin/xyzzy you'd want to look at $(prefix)/lib/xyzzy.zip and/or $(prefix)/share/xyzzy.zip to see if it's a (near-)standalone executable.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4