Ajam

Results 51 issues of Ajam

Hi, I tried to build `binsider` to add in https://github.com/Azathothas/Toolpacks on `alpine:latest`, however it errors out with: ```bash Compiling lddtree v0.3.5 Compiling lurk-cli v0.3.6 error[E0432]: unresolved import `libc::PTRACE_SYSCALL_INFO_EXIT` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lurk-cli-0.3.6/src/lib.rs:77:30...

bug

Hi, is it possible to build a docker image for glaucus? A docker image, like other distros, would enable people to quickly test/run glaucus on their system. Thanks!

Hi, is it possible to package oasis as a docker image? Similar to other distros that have docker image, if Oasis had one, anyone could test/use oasis in a very...

Hi, is it possible to build a docker image for IgluLinux? A docker image, like other distros, would enable people to quickly test/run IgluLinux on their system. Thanks!

Hello, first, I would like to apologize for shilling my own project here. Please feel free to delete this issue if it's not acceptable. I loved this project, and it...

Hello, first, I would like to apologize for shilling my own project here. Please feel free to delete this issue if it's not acceptable. I loved this project, and it...

Hi, I couldn't find an option to auto redact detected secrets from logfiles. Example: My build script generates a log: `"${TEMP_LOG}"`, I had like to use trufflehog to redact all...

enhancement

I was trying to package perl as AppImage ```bash ppkg install "perl" --profile="release" -j "$(($(nproc)+1))" ppkg bundle "perl" "perl.AppImage" --portable ``` I get: ```bash # ppkg bundle "perl" "${PKG}.AppImage" --portable...

Is there a simple way to automatically force update a formula to build from git-src/latest commit? There's a lot of packages that are very out of date. And in some...

Hi, I am from [`pkgforge`](https://github.com/pkgforge), we use [sharun+wrappe](https://github.com/VHSgunzo/sharun) to package hundreds of portable packages at [Soarpkgs](https://github.com/search?q=user%3Apkgforge+repo%3Apkgforge%2Fsoarpkgs+sharun+OR+wrappe&type=code) Wrappe works wonders for regular packages, but sometimes some packages contain multiple executables. Sharun...

enhancement