Package-Request
How to request a new Package (.SBUILD)
This is only for people who can't write their own
.SBUILD
If you want to try: https://docs.pkgforge.dev/sbuild/instructions
Please do not request Prebuilds, see: Bincache/Package-Request OR Pkgcache/Package-Request instead
Guide
There's no strict rules, however if you put in some effort, it will be Resolved Sooner
Once You have gathered the above information, Create an Issue
>>
Package Request (SBUILD)Replace with actual values; PkgReq:
NAME_OF_PKG (TYPE_OF_PKG)
Body: Fill with correct/Relevant Values from the Information you gathered
Additional Notes
After you are really sure that it's not available, Read our Build Notes. This contains notes on compiling static binaries. However, if there's already a static binary that's released, you can just use soar to fetch it.
After you have successfully
built/compiled/fetched
a static binary, you must check that it's truly static : TestsAfter all this, finally describe & provide step-by-step instruction by creating a new issue Make sure to include ALL Steps (Including getting source code). Be as verbose as possible. Include output of
file
|ldd
|readelf
. Optionally, also test the binary withqemu-$ARCH-static
or a minimal VM/Docker Image (Preferably alpine) to ensure that it really does work.If you can not (don't know how to) compile, create a new issue with links to the PKG/Tool's homepage/source-code along with a brief description on what it does.
Last updated