* 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>
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>
* +github.com/dduan/tre
a clone of unix tree(1) command written in rust
* remove tree from `provides`
tree usually refers to https://gitlab.com/OldManProgrammer/unix-tree
let's not confuse the users
* simplify tests
* update fixture
* simplify tests
because the sorting of tre output is non-stable and can't be forced, we need to get rid of verbatim fixture comparison in tests
* add mamba-org
not working yet
* add strip
* Give up: hardcoded versions
* try another version format
* Ugly hack with versions
* mamba install convert to one-liner
* playing around with CI
* link mamba into bin
* fix mamba cli prefix
* echo pwd
* refactor build args
* use version.raw
* version as string?
* ugly versions hack AGAIN
* fix prefix
* omfg please work
* omfg please work
* should work...
* testing without symlinks
* what's up with bin files in testing?
* better print for test debug
* testing CI
* try to symlink opt in test env
* prefix to opt link
* omg please please work
* fix shebang?
https://github.com/teaxyz/pantry.extra/pull/388\#issuecomment-1430042510
* cleaner build script
* cleanup comments
* add conda to provides
* cleanup comments
* fix grep tests
* simplify tests
* add shell init instructions
* simplify init instructions