* feat: add +tldr.sh
* test fix prefix
* add curl as build dep
* update test
hopefully it will work
* show output, test
* ensure compiler flags are send on linux
* bash script quoting, still not working properly
* make curl runtime dep
Also remove these versioned provides since we implicitly support that now and tea/cli lost the code that supports this for the provides key at some point. However the pip one we would still need and we don't support that in tea/cli
* +rustup-init
* rustup-init: add curl and openssl for linux
* rustup-init: moved to rust-lang.org/rustup-init
---------
Co-authored-by: Adheesh Wadkar <wadheesh@amazon.com>
Requires -L because the standard library path has precedence on Linux and usually linux has its own lib crypt.
I experimented with trying to use the enable-compat-symlinks (that make xcrypt symlinks) but this option only works if you enable “obsolete modes” which leads to believe it is not wise to do it manually either as other build tools will likely make assumptions based on the filenames.
---------
Co-authored-by: Max Howell <mxcl@me.com>
* #717 +nano-editor.org
* cleanup deps
* add gnu make
* rm unused code
* improve strategy in getting version
* use strip-components instead workdir
* fix dependencies version
* add proper version testing
---------
Co-authored-by: neil <neil@neils-MacBook-Pro.local>
The default would be python-prefix, which is rubbish. We could mangle this to TEA_PREFIX/python.org which is also fairly rubbish. TEA_PREFIX is a possible, but still lame. ~/.local is a standard and our magic adds the bin there to PATH
* add tesseract'
* download eng and osd trained data in build process
* cleanup
* set tessdata prefix
* add runtime env var
* remove fixture; download it instead