Skip to content
Lucy Ada Randall edited this page Aug 4, 2024 · 1 revision

Welcome to the frankensrc wiki! Packaging is easy here’s the process:

Create a folder in your cloned copy of the repository named something similar to the package name of the software you want to package and move to it. mkdir package

Copy the template for the build system/language of the application to the folder as build.sh cp ../templates/simple.build.sh build.sh

Edit the build.sh! The build.sh needs you to provide a name, a version, and a url to fetch the source. Depending on the URL you might need to add -LJ to the curl command.

Try to build: iglupkg fbp is the most simple way to try build in one go. If it’s successful, you can install the package with iglu add out/*.xbps.

Contributing is just as easy, just git add, git commit, git push (to your own repo) then make a pr from your repo.

Clone this wiki locally