On Thu, May 14, 2026 at 4:13 AM Christoph Willing <[email protected]> wrote: > That's why whenever I use a get-*.sh script to generate a tarball to use > in a SlackBuild, I keep the script as one of the files in that > SlackBuild. Then in the README I mention that this "random maintainer" > has used that script to generate the tarball and invite anyone who might > think I'm too random to generate their own tarball using the same > script. Of course they don't have to use that script; they can make > their own arrangements.
I do the same as Chris with my rust mkvendored script. I've included it as cargo-mkvendored.sh in cargo-vendor-filterer, then as a stub file in the slackbuilds that use it. But I wasn't happy with that and as of last year, it creates reproducible tarballs with information from https://reproducible-builds.org. So feel free to have a look at it for your own scripts. Cheers _______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
