Commit graph

1736 commits

Author SHA1 Message Date
Andrew 6ca9687d36
ceres-solver.org (#3573)
* new file:   projects/ceres-solver.org/package.yml

* wip

* test env
2023-10-08 19:54:51 -04:00
Andrii Riabchenko e6bb0362e3 fix symlink 2023-10-08 16:31:14 -04:00
Andrew 581ac5005b
people.engr.tamu.edu/davis/suitesparse (#3555)
* new file:   projects/people.engr.tamu.edu/davis/suitesparse/package.yml
new file:   projects/people.engr.tamu.edu/davis/suitesparse/test.c

* let's ty to fix linux

* needs openblas, i believe

* looks like, from the warnings, that it wants the actual library paths

* needs libfortran on darwin too.

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-08 13:15:37 -04:00
Jacob Heider 99c7d373e3
fix(check-if-email-exists)
closes #3571
2023-10-08 13:13:11 -04:00
Jacob Heider d131f1863f fix(gcc).symlinks
I believe these should be the binutils versions
2023-10-08 08:32:30 -04:00
Jacob Heider aa90945820
fix(openmpi) (#3480)
* fix(openmpi)

force clang on darwin

flags

fortran too

* wip

* keep going
2023-10-08 02:32:09 -04:00
Zadkiel Aharonian 66e988cd6a
github.com/helmfile/vals (#3566)
* github.com/helmfile/vals

* test with vals --help

* fix typo

* update test to match stderr output

* remove useless and incorrect display-name property

* fix GitHub version

* enable cgo

* add buildmode=pie to go build args for linux
2023-10-07 20:35:37 -04:00
Jacob Heider 2ba668fa25
fix(libtirpc) (#3565)
* fix(libtirpc)

closes #3557

* have mercy

* getting tired

* wip
2023-10-07 20:29:09 -04:00
Andrii Riabchenko 47ff78a6bd new file: projects/github.com/thkukuk/libnsl/package.yml
new file:   projects/github.com/thkukuk/libnsl/test.c
2023-10-07 16:48:30 -04:00
Zadkiel Aharonian 8c42467d03
pinniped.dev (#3564)
* pinniped.dev

Signed-off-by: GitHub <noreply@github.com>

* test aarch64

* fix: insert v prefix into version string

* support aarch64

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-07 16:01:38 -04:00
Jacob Heider 93735a6372
fix(shared-mime-info) (#3563)
* fix(shared-mime-info)

closes #3559

* wip

* wip

* wip

* wip

* wip

* wip

* last one
2023-10-07 12:51:32 -04:00
Andrew f193be5d01
google.com/zx (#3562)
* new file:   projects/google.com/zx/package.yml
new file:   projects/google.com/zx/test.mjs

* fixes

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-07 12:25:54 -04:00
Andrew aa028c50b6
mongodb.com/shell (#3561)
* mongodb.com/shell

* fixes

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-07 12:25:44 -04:00
Andrii Riabchenko d72df597f2 new file: projects/github.com/luvit/luv/package.yml
new file:   projects/github.com/luvit/luv/test.lua
2023-10-07 12:05:12 -04:00
Andrew 496cfb72f1
libvips.org (#3529)
* +

* wip

* +graphicsmagick

* try and use default ordering

* ...

* Wip

* Who githubs on their phone?

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-07 12:03:59 -04:00
Jacob Heider bdc6b23978
fix(git)
clean up shellcheck notices

closes https://github.com/pkgxdev/pkgx/issues/784
2023-10-06 22:57:28 -04:00
Jacob Heider 174bdc9b22
fix(zstd)
needed a loader_path to find libzstd
2023-10-06 21:48:19 -04:00
Jacob Heider 2629971863 fix(TTS)
closes #3552
2023-10-06 19:07:09 -04:00
Jacob Heider d950bb4c58
fix(solana) 2023-10-06 18:33:56 -04:00
Jacob Heider 7076663a24
fix(pulumi)
closes #3551
2023-10-06 17:18:26 -04:00
Andrew 929758b320
github.com/oneapi-src/oneTBB (#3278)
* new file:   projects/github.com/oneapi-src/oneTBB/cores-types.cpp
new file:   projects/github.com/oneapi-src/oneTBB/package.yml
new file:   projects/github.com/oneapi-src/oneTBB/sum1-100.cpp

* display-name

* well, this is complicated

* hmmm

* wip

* wip

* remove tea/gx

* wip

* let's try without Python first

* --std=c++14

* wip

* sure

* add in gnu make on linux

* wip

* test

* python tbb

* PYTHONPATH & LDFLAGS

* done

* will the magic happen?

* compiler to env?

* it's redundant > install_log.txt 2>&1

* oh new python

* problems with linux/aarch64

* i'll stop messing with this

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-06 14:45:45 -04:00
tannevaled 2936f5c579
+github.com/alexellis/k3sup (#3547)
* add alexellis/k3sup

* fix test

* simpler scripts

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-06 13:00:04 -04:00
Kevin Chen bf7dd1325e
+sqlboiler -- Generate a Go ORM tailored to your database schema (#3548)
* +sqlboiler -- Generate a Go ORM tailored to your database schema

* fix test
2023-10-06 12:56:58 -04:00
Max Howell a494a89842
Cargo fixes (#3546)
Fixes crash due to cURL needing a patch for Sonoma. We use the Apple vendored cURL to work around this but probs will need to patch cURL as well. We'll see.

Note this is notable in that we elected to use more of our own deps on macOS than eg. brew, but probs should approach some balance with that.
2023-10-06 10:13:00 -04:00
Max Howell 630e7163d5
fix cargo on Sonoma (hopefully) (#3544) 2023-10-06 08:21:54 -04:00
Jacob Heider a94cbfc456
fix(rust) 2023-10-06 00:04:24 -04:00
Jacob Heider 843a3983c8
fix(materialize)
closes #3532
2023-10-05 15:00:28 -04:00
Jacob Heider 86ba42c1ab
fix(rover) 2023-10-05 14:59:35 -04:00
Jacob Heider 5912c69453
fix(ipfs)
closes #3541
2023-10-05 14:49:54 -04:00
Jacob Heider 64202b75fd
fix(rover)
closes #3540
2023-10-05 14:48:08 -04:00
Max Howell 85a0f8857a
git foo will automatically install and run git-foo (#3537) 2023-10-05 13:52:36 -04:00
Jacob Heider 0d2e40d20a
fix(mesa) (#3527)
* fix(mesa)

* fixed elsewhere
2023-10-05 12:36:35 -04:00
Max Howell cbbc2c26b5
rebuild cargo depending on cURL (#3523)
Refs #3520
2023-10-05 12:26:05 -04:00
Max Howell 93ca9ac5a4
llvm & gcc symlinks for eg cc (#3530)
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-05 10:59:41 -04:00
Jacob Heider 1dec22e791
fix(mockery)
closes #3528
closes #3531
2023-10-04 18:34:22 -04:00
Jacob Heider 63b26e1136
test rubygems/ruby version compatibility 2023-10-03 18:29:47 -04:00
Andrew c132ab7d56
gdal.org (#3394)
* new file:   projects/gdal.org/package.yml

* wip

* wip

* more deps

* remove cc & make

* +libaec

* wip

* wip

* fix path
2023-10-03 16:12:22 -04:00
Felipe Santos 5c681808d0
+opendev.org/opendev/git-review (#3511)
* +opendev.org/opendev/git-review

* Improve tests

* rename

* change test git

* main not master

* git-review defaults to master

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-03 16:01:18 -04:00
Andrew aaa455a539
netcdf fix (#3515)
* ...

* compiler for test
2023-10-03 12:53:22 -04:00
Jacob Heider 587441621e
don't use python3.12 widely yet 2023-10-03 11:23:56 -04:00
Jacob Heider 6be8f89424
fix(openinterpreter) 2023-10-02 19:12:17 -04:00
Jacob Heider e5d9ed5461
fix(wangle) 2023-10-02 18:02:03 -04:00
Jacob Heider 0566c8ff9f
fix(fizz) 2023-10-02 18:00:52 -04:00
Andrii Riabchenko d5a7f8c394 new file: projects/duktape.org/package.yml
new file:   projects/duktape.org/test.c
new file:   projects/duktape.org/test.js
2023-10-02 17:12:14 -04:00
Max Howell 6503b1b827
fix folly (#3496)
* fix folly

* wip

* wip

* instead of moving the build directory, let's just sanitize facebook's regexes

* lols in apfs

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-02 17:11:43 -04:00
Jacob Heider 4826ea0aa8
fix(openinterpreter) 2023-10-02 16:36:37 -04:00
Jacob Heider a0baafd042
Auto stash before checking out "origin/main" 2023-10-02 16:34:51 -04:00
Max Howell 7c37698e87
add open-interpreter as display name 2023-10-02 15:44:02 -04:00
Andrii Riabchenko fd7d09e194 new file: projects/gnome.org/vala/package.yml
new file:   projects/gnome.org/vala/test.vala
2023-10-02 15:26:58 -04:00
Jacob Heider 98895e99f1 fix(solana) 2023-10-02 13:52:43 -04:00
Jacob Heider a89611b335
awscli not python3.12 ready yet 2023-10-02 13:25:27 -04:00
Jacob Heider 85823ef67f
fix(websockets) 2023-10-02 12:52:19 -04:00
Jacob Heider 7d21407668
fix(python^3.12) 2023-10-02 12:39:24 -04:00
Andrew 7a42577381
cairo +cairo-xlib (#3494)
* some changes

* darwin
2023-10-02 12:24:29 -04:00
Andrew 255b28e6e2
ebassi.github.io/graphene (#3492)
* new file:   projects/ebassi.github.io/graphene/package.yml
new file:   projects/ebassi.github.io/graphene/test.c

* hmmm

* .
2023-10-02 12:23:46 -04:00
Felipe Santos fa40974133
+github.com/regclient/regclient (#3479)
* +github.com/regclient/regclient

* Split in three packages
2023-10-02 12:23:05 -04:00
Jacob Heider 4fa1a85aff
rm tea --prefix 2023-10-02 10:17:26 -04:00
Jacob Heider 90a0de5e50
fix(binutils) 2023-10-02 00:46:55 -04:00
Jacob Heider 3584787ec2
wip 2023-10-02 00:39:38 -04:00
Felipe Santos 0991f949d0
+github.com/containers/skopeo (#3465)
* +github.com/containers/skopeo

Closes #2695

* Speed up test

* Use hello-world image in all tests

* Clarify build instructions

* Disable man pages generation

* make and cc now handled by brewkit

* Use patch instead of git apply

* Pin patch to a commit id

* Use /releases/tags

* ops, alpine.tar

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-10-02 00:28:59 -04:00
Jacob Heider b233de92ed fix(act) 2023-10-02 00:26:53 -04:00
Jacob Heider 917646040f
fix(rust) 2023-10-01 23:11:32 -04:00
Jacob Heider 501376b992
TEA_PREFIX > PKGX_DIR; tea.prefix > pkgx.prefix 2023-10-01 21:27:27 -04:00
Jacob Heider 01d97b0cad
unfix(pkgx)... 2023-10-01 20:51:01 -04:00
Jacob Heider 4c83c92614
fix(pkgx) 2023-10-01 20:46:05 -04:00
Jacob Heider 48b12e5aa9
cleanup all empty dependencies: nodes 2023-10-01 20:41:57 -04:00
Max Howell e28afdb4de
cleanup 2023-10-01 20:35:09 -04:00
Max Howell 25606fdb1a
fix cargo 2023-10-01 20:03:16 -04:00
Jacob Heider ade17a2f76 fix(brewkit) 2023-10-01 18:14:15 -04:00
Max Howell 81e7a5e16f
pkgx 2023-10-01 14:44:42 -04:00
Felipe Santos 94f5037112
+github.com/helmfile/helmfile (#3460)
* Add helmfile

* See output even with grep

* Hide grep output

* Avoid version command which check for upgrades

* It worked in my machine, anyway, trying differently

* Try to set git as build dependency

* CGO_ENABLED=0

* ca-certs

---------

Co-authored-by: Jacob Heider <jhheider@gmail.com>
2023-09-30 00:29:31 -04:00
Jacob Heider 74582c9e56
fix(aec)
bin removed

closes #3457
2023-09-29 09:37:22 -04:00
Jacob Heider 8c5c24b275
what was i even thinking? 2023-09-28 14:07:12 -04:00
Jacob Heider c90d3977b7
rename encore.dev/go:go to encore-go 2023-09-28 08:41:38 -04:00
Kevin Chen b987338a88 chore: Do Go builds work? 2023-09-27 15:12:08 -04:00
Jacob Heider 62ff4dc4ae
+which 2023-09-27 12:08:06 -04:00
Kevin Chen 4e75a0c677
+caesiumclt: Lossy/lossless image compression tool (#3436)
* +caesiumclt: Lossy/lossless image compression tool

* wip

* wip

* fix
2023-09-26 19:01:58 -04:00
Jacob Heider 2177b18420
fix(iroh)
closes #3432
2023-09-26 08:47:52 -04:00
Andrew 19f0ad4e94
xkbcommon.org (#3429)
* new file:   projects/xkbcommon.org/package.yml
new file:   projects/xkbcommon.org/test.c

* XKB_CONFIG_ROOT

* maybe

* wip

* .
2023-09-25 12:18:39 -04:00
Andrii Riabchenko a8c417ea02 XDG_CONFIG_HOME & XKB_CONFIG_EXTRA_PATH 2023-09-25 11:41:55 -04:00
Andrew 697dd4be09
freedesktop.org/xcb-util-image (#3426)
* new file:   projects/freedesktop.org/xcb-util-image/package.yml
new file:   projects/freedesktop.org/xcb-util-image/test.c

* .
2023-09-25 10:46:57 -04:00
Andrew d71e112da6
freedesktop.org/dbus (#3425)
* new file:   projects/freedesktop.org/dbus/package.yml

* darwin path

* meson args for darwin
2023-09-25 09:16:41 -04:00
Andrii Riabchenko 54fa657520 new file: projects/freedesktop.org/xcb-util-wm/package.yml
new file:   projects/freedesktop.org/xcb-util-wm/test.c
2023-09-25 09:16:07 -04:00
Andrii Riabchenko b57c81ea0d new file: projects/freedesktop.org/xcb-util-renderutil/package.yml
new file:   projects/freedesktop.org/xcb-util-renderutil/test.c
2023-09-25 09:15:43 -04:00
Andrii Riabchenko eedebe529c new file: projects/freedesktop.org/xcb-util-keysyms/package.yml
new file:   projects/freedesktop.org/xcb-util-keysyms/test.c
2023-09-25 09:15:09 -04:00
Andrii Riabchenko 6ff2d37be1 new file: projects/freedesktop.org/xcb-util/package.yml
new file:   projects/freedesktop.org/xcb-util/test.c
2023-09-25 09:14:49 -04:00
Andrii Riabchenko 9c16f754ac new file: projects/x.org/xcomposite/package.yml
new file:   projects/x.org/xcomposite/test.c
2023-09-25 09:14:28 -04:00
Andrii Riabchenko 2ac5327dd1 new file: projects/x.org/xkbfile/package.yml
new file:   projects/x.org/xkbfile/test.c
2023-09-25 09:14:03 -04:00
Andrew 49ce9ce319
docbook.org/xsl (#3418)
* new file:   projects/docbook.org/xsl/package.yml
new file:   projects/docbook.org/xsl/test.xml

* both need unzip

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-25 09:13:00 -04:00
Andrii Riabchenko cd3cb5879b new file: projects/debian.org/iso-codes/package.yml 2023-09-25 09:11:22 -04:00
Andrew 7ed7ae3080
freedesktop.org/XKeyboardConfig (#3416) 2023-09-25 09:10:43 -04:00
Andrew 02e46af1d3
cr.yp.to/daemontools (#3415)
* wip

* wip

* xcrun for darwin
2023-09-25 09:10:04 -04:00
andrejrabcenko 4196133e22 new file: projects/fftw.org/package.yml
new file:   projects/fftw.org/fftw.c
2023-09-25 09:08:30 -04:00
Andrew d36d643923
docker.com/machine (#3411)
* new file:   projects/docker.com/machine/package.yml

* let's try without cp/mv

* update notes

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-25 09:06:59 -04:00
Andrii Riabchenko 9c9e5077ad mitmproxy.org 2023-09-25 09:02:11 -04:00
Andrii Riabchenko 4cc15c8002 new file: projects/certbot.eff.org/package.yml 2023-09-25 09:00:15 -04:00
Jacob Heider b93b11f2ee
fix(assimp)
closes #3404
2023-09-23 17:48:28 -04:00
Jacob Heider 4da816e4f6
fix(glib)
move more headers into /include
2023-09-23 11:17:51 -04:00
Jacob Heider 650bc0a3f5
fix(cairo)[1]
these should be build deps

closes #3399
2023-09-23 10:41:39 -04:00
Jacob Heider 8df1bb20cd
fix(rsvg)
fixes #2907
fixes #3072
fixes #3302
fixes #3304
2023-09-23 10:36:32 -04:00
Jacob Heider 77d7388773
fix(cairo)
closes #3398
2023-09-23 10:05:41 -04:00
Jacob Heider b6ba7c0970
fix(omekasy)
closes #3397
2023-09-23 09:19:11 -04:00
Andrew 89e054ea49
+ (#3396) 2023-09-22 15:46:57 -04:00
Andrew 4fcc07e863
let's try (#3395) 2023-09-22 11:47:36 -04:00
Andrii Riabchenko f5aec2de42 projects/cython.org/libcython/package.yml
projects/cython.org/libcython/package_manager.pyx
projects/cython.org/libcython/setup.py
2023-09-22 09:41:17 -04:00
Andrew 5b3df25117
apache.org/arrow (#3386)
* create

* modified:   projects/apache.org/arrow/package.yml

* remove .bak files

* more test
2023-09-21 12:33:11 -04:00
Andrew b815b97dcd
tcl-lang.org (#3362)
* new file:   projects/tcl-lang.org/package.yml
new file:   projects/tcl-lang.org/test.tcl
new file:   projects/tcl-lang.org/version.tcl

* tar -xJ

* args
2023-09-21 12:32:15 -04:00
Jacob Heider badc331ce0
fix(mesa) (#3384)
* fix(mesa)

* wip
2023-09-20 18:36:35 -04:00
Jacob Heider 620802b1a6
fix(materialize)
closes #3385

"Not great, Bob. Not great."
2023-09-20 18:21:33 -04:00
Kevin Chen 4965ada8a5
+when: CLI for timezones (#3365)
* +when: CLI for timezones

* git submodule update

* yml syntax

* fix test

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-20 12:21:14 -04:00
Kevin Chen f2b151306b +pgen: Passphrase generator CLI 2023-09-20 11:17:49 -04:00
Kevin Chen 61a9c50015
+digger -- Run IaC in your existing CI pipeline (#3358)
* +digger -- Run IaC in your existing CI pipeline

* wip

* move fix to build script, so it's future-proof

* mod name

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-19 19:00:03 -04:00
Kevin Chen d1cb47cd52
+pluralith -- Terraform visualizer (#3359)
* +pluralith -- Terraform visualizer

* ca-certs

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-19 17:13:54 -04:00
Kevin Chen 84e3d11378
+git-trim -- Automatically trims merged/stale branches (#3354)
* +git-trim -- Automatically trims merged/stale branches

* wip

* git

* vergen 7.4.3?

* git checkout?

* zlib

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-19 15:49:09 -04:00
andrejrabcenko 8e83672d20 new file: projects/jbang.dev/package.yml 2023-09-19 14:40:48 -04:00
andrejrabcenko 793ca61354 new file: projects/github.com/zsh-users/zsh-completions/README.md
new file:   projects/github.com/zsh-users/zsh-completions/package.yml
2023-09-19 14:39:20 -04:00
andrejrabcenko 6212446db6 new file: projects/python.org/typing_extensions/package.yml
new file:   projects/python.org/typing_extensions/test.py
2023-09-19 14:38:24 -04:00
Kevin Chen cee8ac5c78 +driftctl -- Detect, track and alert on infrastructure drift 2023-09-19 14:36:23 -04:00
Kevin Chen 745d8040c2 +atlantis -- Terraform Pull Request Automation 2023-09-19 14:35:55 -04:00
Kevin Chen df26e0ddc4 +tfupdate -- Update version constraints in your Terraform configurations 2023-09-19 14:35:06 -04:00
Andrew cf2b067f7a
geuz.org/gl2ps (#3352)
* new file:   projects/geuz.org/gl2ps/package.yml
new file:   projects/geuz.org/gl2ps/test_darwin.c
new file:   projects/geuz.org/gl2ps/test_linux.c

* wip
2023-09-18 09:59:10 -04:00
Kevin Chen 15474e02de surrealdb v1 2023-09-18 00:51:07 -04:00
Kevin Chen 41d86ef4b3 +gron -- Greppable JSON 2023-09-18 00:50:39 -04:00
Kevin Chen 73ac9db7a6 +aws-whoami -- A tool to show what AWS account and identity you're using. 2023-09-17 19:26:16 -04:00
Andrew 4500cd80ea
github.com/eliben/pycparser (#3346)
* new file:   projects/github.com/eliben/pycparser/package.yml

* test deps
2023-09-17 12:47:32 -04:00
Andrew 5525b6ebf2
new file: projects/x.org/xcursor/package.yml (#3345)
new file:   projects/x.org/xcursor/test.c
2023-09-17 12:46:57 -04:00
Kevin Chen 08981e8875
+biome -- Formatter and linter for web dev (#3344)
* +biome -- Formatter and linter for web dev

* cc + make
2023-09-17 12:46:23 -04:00
Andrew c382e750d3
freeglut.sourceforge.io (#2352)
* freeglut.sourceforge.io

* +x.org/xinput

* deps

* +mesa

* deps & args

* oops

* double oops

* more test

* path to lib
2023-09-17 12:45:27 -04:00
Kevin Chen 9fd3515e6e
+gitweb -- Open the current remote repository in your browser (#3343)
* +gitweb -- Open the current remote repository in your browser

* openssl dep

* zlib

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-16 22:13:48 -04:00
Kevin Chen cef4b03b9c +gql -- GraphQL curl CLI 2023-09-16 20:07:35 -04:00
Kevin Chen 82e2de390e +commit -- CLI to assist with Conventional Commits 2023-09-16 19:56:19 -04:00
Kevin Chen f1dd04c5ae +git-absorb -- Tool for rewriting Git history after PR feedback 2023-09-16 19:17:28 -04:00
Kevin Chen 7430e37d0a +eza -- A modern, maintained replacement for ls 2023-09-16 19:08:38 -04:00
Kevin Chen 2deed5681d +killport - CLI to kill processes running on a specified port 2023-09-16 19:02:16 -04:00
Kevin Chen 2c13faa877 +triangle -- Convert images to computer generated art using delaunay triangulation. 2023-09-16 18:52:40 -04:00
Andrew 39cf18b517
x.org/libSM (#3335)
* new file:   projects/x.org/libSM/package.yml
new file:   projects/x.org/libSM/test.c

* modified:   projects/x.org/libSM/package.yml
2023-09-16 17:21:40 -04:00
Andrew ba67b4dc50
gnome.org/pygobject (#3334)
* package

* wip

* projects/gnome.org/PyGObject/package.yml

* python ver symlink
2023-09-16 15:55:55 -04:00
Kevin Chen c7c4379e4d
+horcrux -- Split your file into encrypted fragments (#3328)
* +horcrux -- Split your file into encrypted fragments so that you don't need to remember a passcode

* test

this should work, but doesn't on my machine. directory error.

* fix logic bug in v0.3

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-16 14:32:41 -04:00
andrejrabcenko f2341a3477 new file: projects/opendap.org/package.yml 2023-09-16 09:01:33 -04:00
Kevin Chen b553b34cd3 +vale -- A markup-aware linter for prose 2023-09-16 09:00:06 -04:00
Kevin Chen 715e632826 +atlas -- Declarative database schema migrations 2023-09-16 08:59:43 -04:00
Kevin Chen 0836b6e157
+cruft -- Manage boilerplate and cruft with CookieCutter (#3326)
* +cruft -- Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and fully compatible with, CookieCutter.

* Needs git

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-16 08:59:08 -04:00
Kevin Chen 66f8a08ec6 +git-sizer -- Diagnose git repo size issues 2023-09-15 23:31:01 -04:00
Kevin Chen 0d28319ed1 +sqlfluff -- SQL linter 2023-09-15 16:40:02 -04:00
Kevin Chen 18c8b383b7
+goreleaser -- Deliver Go binaries as fast and easily as possible (#3323)
* +goreleaser -- Deliver Go binaries as fast and easily as possible

* refactor
2023-09-15 15:15:41 -04:00
Kevin Chen 80474fdc3a +tokesura -- CLI to work with Hasura JWTs 2023-09-15 15:15:32 -04:00
Jacob Heider 6453a5eb8e
fix(php)[2]
closes #3322
closes #3321
2023-09-15 12:22:42 -04:00
Jacob Heider 4d34c2bfd4
fix(php)[1]
ref: https://github.com/teaxyz/lib/issues/42
2023-09-15 12:06:44 -04:00
Jacob Heider 5ffb6ad614
fix(php) 2023-09-15 11:54:11 -04:00
Kevin Chen 3f098eaab8 docker-clean -- A script that cleans docker containers, images, volumes, and networks 2023-09-14 20:04:53 -04:00