* new file: projects/werf.io/package.yml
* linux > btrfs
* binutils
* gcc for gold
* git config repo in test
* deps
* oops... linux only
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
* new file: projects/sourceware.org/dm/package.yml
* modified: projects/sourceware.org/dm/package.yml
* --undefined-version
* explicit clang
* Update package.yml
* it's too early in the morning
* fix test
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
* new file: projects/github.com/kdave/btrfs-progs/package.yml
new file: projects/github.com/kdave/btrfs-progs/patch.diff
* modified: projects/github.com/kdave/btrfs-progs/package.yml
* fix(pandoc)
closes#5245
* binutils needs gcc
* this is fiddly
* hmmm
* try a different way
* i am grumpy
* wip
* wip
* wip
* wip
* wip
* test
* try haskell 9.6
* or 9.8
glog 0.7.0 can no long be used without a build system.
frankly, i find that stupid, but it's C++, and i don't accept C++'s foibles anymore anyway.
closes#5243
* new file: projects/rbenv.org/ruby-build/package.yml
* +curl
* --verbose
* +make
* make & gcc for linux
* add rpath for darwin
* add $LDFLAGS
* ldflags like string
* companions
* all of runtime deps are companions
* deps
this adds libc++, libc++abi, and libunwind, all with their headers. this should reduce our need to use gnu.org/gcc for libc++*, as well as C++ headers (notable `compare` for fbthrift)
* Remove `darwin`-only restriction on `ollama`
Hopefully resolves https://github.com/pkgxdev/pkgx/issues/975
* add -buildmode on linux
* ollama needs certs to pull from model registry
* certs needed at runtime
* add pkill for linux
* test pgrep
* pkill needs -x for exact match
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>