a bunch of iglus to make using iglunix nicer for me and other users.
FrankenSRC uses many template files from iglunix/iglunix, for convinience. Most build systems have a template, however, any GNU Software must use the bad.build.sh template.
I would recommend cloning this git repo into /opt/FrankenSRC and iglunix/iglunix into /opt/src.
This provides a good seperation of the two repos. You should also generate your own RSA key using
openssl or ssh-keygen. FrankenSRC's iglus are all in one folder, so switch into whichever package
folder you need to with cd
and:
Maintain a local repository
- run
Iglupkg fbp
- copy xbps package from out to your repo dir
- create repository:
xbps-rindex -fa /path/to/dir/*.xbps
- sign repository:
xbps-rindex --sign --signedby 'Igluser <[email protected]>' --privkey <your RSA key> /path/to/dir/
or, run iglu add out/*.xbps in the package folder to simply install the package right away.