* +postgresql.org
* fix runtime deps
* add flex and perl to linux
* fix tests; not a great test
* add libxml and libxslt as runtime deps
* fix postgres test for linux
* rerun ci
* fix linux test sudo user
* add persistency and user to linux test
* variabilize sudo cmd
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* stupid initdb; if i want to run as root, you just shut up.
* cleanup
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* surrender
---------
Co-authored-by: Jacob Heider <jacob@tea.xyz>
* +gnu.org/inetutils
* Removed g prefix, symlinked libexec binaries to sbin, moved libidn to a runtime dependency
* Fixed test. It has a 'missing executables:' error on my computer. Is it a bug?
* Fixed symlinks
* add ncurses (for bin/talk)
---------
Co-authored-by: James Reynolds <magnsuviri@me.com>
Co-authored-by: Jacob Heider <jacob@tea.xyz>
* fix linux-utils on mac
Closes#831
* wip
* wip
* wip
* fix up headers
* stupid. $INCLUDE means something to clang
---------
Co-authored-by: Jacob Heider <jacob@tea.xyz>
* 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>