Jacob Heider
b764300106
fix(cmake) ( #845 )
...
no ccmake on linux, apparently
2023-03-29 16:20:47 -04:00
Jacob Heider
0f1e450259
nodejs.org=16.20.0 requires being able to find dtrace
2023-03-29 15:49:54 -04:00
Max Howell
e9e9278248
+gpt4all
2023-03-29 14:53:14 -04:00
Jacob Heider
f8b769911a
+cbor
2023-03-29 02:34:12 -04:00
Jacob Heider
9193ff6cb1
+ldns ( #951 )
...
* +ldns
* weird.
2023-03-29 02:18:33 -04:00
Jacob Heider
fed4c53916
+krb5
2023-03-29 01:35:23 -04:00
Jacob Heider
a7e7b4244f
+libedit ( #945 )
...
* +libedit
* linked to ncurses
2023-03-29 01:10:33 -04:00
Max Howell
dd5d4446b4
fix cargo test
...
cargo doesn't like pkg names that start with numbers now apparently and the the tmpdirs we used were likely to be that. So explicitly set a name.
2023-03-28 20:50:09 -04:00
Jacob Heider
c1165e9788
remove defunct automation
2023-03-28 19:19:32 -04:00
Max Howell
d5fe043d76
Allow alpaca.cpp --fetch
2023-03-28 15:09:49 -04:00
Max Howell
96857e732b
+llama.cpp
2023-03-28 08:48:03 -04:00
Max Howell
bde31f1fff
have cargo install
go to ~/.local/bin
2023-03-28 08:42:12 -04:00
Jacob Heider
ac607119e1
make python build again
2023-03-27 12:38:52 -04:00
James Reynolds
de5e7a9a75
+github.com/jaseg/lolcat ( #859 )
...
* +github.com/jaseg/lolcat
* Fix test
* Fixed test, moved project into github.com folder
---------
Co-authored-by: James Reynolds <magnsuviri@me.com>
2023-03-27 11:58:42 -04:00
Max Howell
5e781fbc36
k so tea/cli does support these and needs them
...
However the code was hidden, hence my mistake. /cc @avbevier
2023-03-26 14:36:43 -04:00
James Reynolds
48d54e86b6
+s3tools.org
2023-03-26 10:22:46 -04:00
James Reynolds
0545fd22f6
+bloomreach.com/s4cmd
2023-03-26 10:22:22 -04:00
Jacob Heider
999b6a83e2
make the issue even if slack fails
2023-03-25 20:35:56 -04:00
Daniel Olshansky
de2d9c886d
[WIP] +pokt.network ( #862 )
...
* Adding pocket binary yaml config
* Fixed github tag
* Added script tag in test
2023-03-25 15:15:30 -04:00
James Reynolds
98e69376b8
+openai-python
2023-03-25 05:56:08 -04:00
Vladimirs Nordholm
a0ac2ba694
+tldr.sh ( #851 )
...
* 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
2023-03-24 20:09:00 -04:00
Max Howell
d8a3e7c646
+llama.cpp ( #844 )
...
llama.cpp -p "Getting paid to write open source can be accomplished in 3 simple steps:"
2023-03-24 17:53:39 -04:00
Marc Seitz
8b5ab6a415
add chatblade version
2023-03-24 16:10:13 -04:00
Nicolas M
e24aaabf64
+kustomize
2023-03-24 16:02:13 -04:00
Nicolas M
c313f2683b
+direnv
2023-03-24 16:01:27 -04:00
Nicolas M
e812be9a7a
+k9s
2023-03-24 15:59:24 -04:00
Nicolas M
7dd3bf8b8b
+terragrunt
2023-03-24 15:58:09 -04:00
ABevier
8424ce74be
+lcov ( #850 )
...
* +lcov
* fixes
* try adding perl deps
2023-03-23 19:17:13 -04:00
Jacob Heider
7e90970501
fix(go-bindata)
2023-03-23 16:32:27 -04:00
Jacob Heider
dc9057f62a
fix(python) ( #849 )
...
* fix(python)
* ubuntu-latest has pip
2023-03-23 16:32:12 -04:00
Marc Seitz
309b227cf0
+freexl ( #846 )
...
* +freexl
* fix linux architecture env
2023-03-23 14:47:35 -04:00
Max Howell
3112bc4685
+sentencepiece
2023-03-23 12:24:00 -04:00
Max Howell
7f68885ffa
python includes symlink shortcut
...
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
2023-03-23 11:05:38 -04:00
Max Howell
a7b4df2c99
prevent npm update prompts
2023-03-23 06:26:08 -04:00
Jacob Heider
38190f6675
+typst
2023-03-22 17:21:30 -04:00
Adheesh Wadkar
1bcc221dc7
+rustup-init ( #832 )
...
* +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>
2023-03-21 15:45:21 -04:00
Marc Seitz
ed8b734fd8
+libxcrypt ( #785 )
...
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>
2023-03-21 15:44:35 -04:00
Max Howell
be2d60bfa0
strace
2023-03-21 14:57:23 -04:00
James Reynolds
35b97da8e7
+docbook.org ( #830 )
...
* docbook.org
* Added test
* Add curl and unzip build dependency
---------
Co-authored-by: James Reynolds <magnsuviri@me.com>
2023-03-21 14:43:55 -04:00
Max Howell
bbc9bd4935
fix zsh
2023-03-21 14:25:19 -04:00
James Reynolds
91668ee479
projects/plasmasturm.org ( #826 )
...
* projects/plasmasturm.org
* Fixed version and unused env var
---------
Co-authored-by: James Reynolds <magnsuviri@me.com>
2023-03-21 10:54:05 -04:00
Marc Seitz
9c4e85bcbf
add bcrypt ( #786 )
...
Co-authored-by: Max Howell <mxcl@me.com>
2023-03-21 10:52:47 -04:00
Max Howell
08f1a2de93
+swig ( #801 )
...
Closes #517
2023-03-21 10:19:00 -04:00
Max Howell
0f15379b2a
bundle python libxml2 bindings
2023-03-21 09:37:08 -04:00
Max Howell
6347952015
openssl^3 ( #821 )
...
openssl^3 fails on Linux for some reason ¯\_(ツ)_/¯
2023-03-21 08:24:59 -04:00
Max Howell
8f51287c74
tweaks I came to while working here
2023-03-20 20:44:46 -04:00
Max Howell
63b7d747b2
swig expects to find config.h
without arch prefixes
...
And well, what are they for anyway?
2023-03-20 20:44:46 -04:00
Max Howell
9600dcb047
fix python -m venv
not providing pip
2023-03-20 16:08:47 -04:00
Max Howell
08dcacac17
+chatblade
2023-03-20 16:08:47 -04:00
Neil
ccb2cb5be6
+xiph.org/flac ( #820 )
...
* #232 +xiph.org/flac
* update version retrieval and make concurrency
---------
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-19 09:13:38 -04:00