Commit graph

2137 commits

Author SHA1 Message Date
Jacob Heider fc12d035ec
fix(epoxy)
flatten includes
2023-10-27 16:45:46 -04:00
Jacob Heider e190b57539 fix(openjdk) 2023-10-27 15:50:56 -04:00
Jacob Torrey 64305b2c0f
add(thinkst/zippy) (#3869)
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
2023-10-27 15:00:54 -04:00
Jacob Heider 35c645e537
fix(encore)
closes #3866
2023-10-27 13:21:27 -04:00
Jacob Heider b7413e1349
add interprets: for java
closes https://github.com/pkgxdev/pkgx/issues/840
2023-10-27 13:12:18 -04:00
uesyn 596d0c7248 Add ghq 2023-10-27 13:02:36 -04:00
uesyn 2221652623 Add kubebuilder 2023-10-27 13:02:05 -04:00
uesyn 3f5f7ad521 Add opa 2023-10-27 12:59:07 -04:00
uesyn 468ee034f9 Add conftest 2023-10-27 12:58:46 -04:00
uesyn d41fa2a739 Add github.com/stern/stern 2023-10-27 12:58:11 -04:00
Andrii Riabchenko d059f16e10 new file: projects/min.io/config.json
new file:   projects/min.io/package.yml
2023-10-27 12:57:21 -04:00
Andrew 1f5cc45023
libepoxy (add freeglut) (#3867) 2023-10-27 12:32:44 -04:00
Jacob Heider 38dcc62bdc fix(php)
closes #3819
closes #3818

wip

lolwip

wip

wip

i forgot how these stack

_Nullable is clang, not gcc...
2023-10-26 23:38:14 -04:00
Tobias Germer 8360279400
+kluctl.io -- Kluctl is the missing glue to put together large Kubernetes deployments (#3849)
* +kluctl.io -- Kluctl is the missing glue to put together large Kubernetes deployments

* +kluctl.io -- add missing npm dependency
2023-10-26 20:03:50 -04:00
Jacob Heider 4171f6d6c1 fix(docker)
closes #3848
2023-10-26 20:02:33 -04:00
Jacob Heider 03d14553b3
fix(prql) 2023-10-26 17:34:00 -04:00
Max Howell a5a1bd7b12
Use recommended model 2023-10-26 14:29:00 -04:00
Andrew 2277aacc46
freedesktop.org/at-spi2-atk (#3843)
* new file:   projects/freedesktop.org/at-spi2-atk/package.yml
	new file:   projects/freedesktop.org/at-spi2-atk/test.c

* fix revision

* +git

* linux llvm
2023-10-26 13:00:07 -04:00
uesyn 313a213839 fix ncurses to build terminfo db 2023-10-26 12:30:01 -04:00
Max Howell a40a0d8fc8
fix llama.cpp model download 2023-10-26 08:13:43 -04:00
James Reynolds 2b06942c62
GitHub.com/ggerganov/llama.cpp update (#3696)
* llama.cpp, github version instead of hardcoded version
* llama.cpp, check if model is specified, if yes, run it, if not, then download model
* Use entrypoint for custom llama.cpp invocation
* `llama.cpp` is just raw executable. This I think is our new pattern.
* To run chat use the entrypoint: `pkgx +brewkit -- run llama.cpp`

Co-authored-by: James Reynolds <magnsuviri@me.com>
Co-authored-by: Max Howell <mxcl@me.com>
2023-10-26 07:24:04 -04:00
Jacob Heider d3ba600cd5
fix(p11-kit) 2023-10-26 04:14:57 -04:00
Jacob Heider cbbee7f718
fix(terraform)
closes #3836
closes #3837
closes #3838
closes #3839
2023-10-26 04:10:21 -04:00
Jacob Heider 83627e7d46 fix(gpgme)
closes #3823

wip

wip

wip

wip

wip
2023-10-25 22:32:58 -04:00
Jacob Heider 9f59483405
fix(helix-editor) (#3830)
* fix(helix-editor)

* wip

* wip

* wip
2023-10-25 17:58:26 -04:00
Jacob Heider 0771653400
fix(librdkafka) (#3829)
* fix(librdkafka)

* wip

* wip

* wip
2023-10-25 17:51:07 -04:00
Jacob Torrey 84dfa483ee
Initial packaging of asciinema (#3832)
* Initial packaging of asciinema

Signed-off-by: Jacob Torrey <jacob@thinkst.com>

* Removed duplicated deps in test

Signed-off-by: Jacob Torrey <jacob@thinkst.com>

* Rename to the canonical asciinema.org for the main package

Signed-off-by: Jacob Torrey <jacob@thinkst.com>

---------

Signed-off-by: Jacob Torrey <jacob@thinkst.com>
2023-10-25 17:50:42 -04:00
Jacob Torrey 1d6ef49102 +asciinema.org/agg
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
2023-10-25 17:50:22 -04:00
Jacob Heider 0bbc0b350c
fix(terraform) 2023-10-25 12:59:50 -04:00
Jacob Heider 1ed5310b2a
fix(emacs)[1]
closes #3820
2023-10-25 00:25:14 -04:00
Jacob Heider 97e44314cb
fix(emacs)
ref: #2141
2023-10-24 20:19:00 -04:00
Jacob Heider c828b9c191
fix(php) 2023-10-24 19:58:11 -04:00
Jacob Heider a4f8e37825
fix(aws-sdk-cpp) (#3752)
* fix(aws-sdk-cpp)

closes #3751
closes #3794
closes #3816

wip

wip

* leftover :(
2023-10-24 19:45:26 -04:00
Jacob Heider bcec0e48d6
fix(pipenv) 2023-10-24 19:23:17 -04:00
Jacob Heider 1c318a377c
fix(edgedb) 2023-10-24 19:10:04 -04:00
Kevin Chen 618e2a22af
+govulncheck - Go vulnerability checker (#3805)
* +govulncheck - Go vulnerability checker

* add test

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-24 18:30:23 -04:00
Jacob Heider 9f2d4662d2 fix(openssl^3)
closes #3802
closes #3803
2023-10-24 16:55:44 -04:00
Jacob Heider a82c31eebb
fix(pytest)[1]
pytest used a v in their branch name; here's hoping they stay consistent.
2023-10-24 16:33:45 -04:00
Jacob Heider 5145be924f
fix(pytest) 2023-10-24 16:09:14 -04:00
Jacob Heider f2d4a5359d
fix(perl) 2023-10-24 16:05:13 -04:00
Jacob Heider 771c8d817d
fix(atlasgo)
closes #3799
2023-10-24 14:04:17 -04:00
Jacob Heider 2c4e535961
fix(az)
closes #3797
2023-10-24 13:54:42 -04:00
Max Howell 2304f66ad2 fix sd-webui 1.6 2023-10-24 10:21:42 -04:00
Andrii Riabchenko 9136657d7f new file: projects/sdkman.io/package.yml 2023-10-23 19:13:29 -04:00
Andrew 7eec4f5a5b
github.com/axllent/mailpit (#3796)
* new file:   projects/github.com/axllent/mailpit/package.yml

* .

* .

* .

* node<21

* oh...
2023-10-23 18:44:48 -04:00
Rajdeep Malakar b028ead93b
+vitejs.dev (#3783)
* +vitejs.dev

* try fix

* fix tests

* test fix try

* check Brewkit version
2023-10-23 17:02:26 -04:00
Tsiry Sandratraina ce04d7169a
+fluentci.io (#3724)
* add fluentci package

fix test

* add deno to dependencies and update build script

* fix(fluentci.io): set skip-patchelf to true

* fix(fluentci.io): use skip: string | string[] syntax

* fix test

* fix test more

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-23 16:31:29 -04:00
Max Howell 690793792f Don’t set TERMINFO
Refs #1658
2023-10-23 16:13:20 -04:00
Jacob Heider 5575c5d788
fix(rover) 2023-10-23 15:49:46 -04:00
Kevin Chen 42cfd01ff4 +gotestsum -- go test runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results 2023-10-23 14:58:04 -04:00