This is the main NULL GNU/Linux pkglet repo.
By running the following commands that append the repo to the config and clones the repo:
# root user (recommended)
echo "main https://github.com/NULL-GNU-Linux/repo" | sudo tee /etc/pkglet/repos.conf
pkglet sync
# regular user
echo "main https://github.com/NULL-GNU-Linux/repo" >> ~/.config/pkglet/repos.conf
pkglet syncBy running the following command:
sudo pkglet SLike this repo. Packages are in reversed Internet domain name convention. So, for example, if your domain is myapp.example.com, package name will be com.example.myapp.
As you can see in this repo, we have this example:
org/kernel/linux # pkglet interprets . as a directory
By forking it, adding your package (follow the name convention!) and then opening a Pull Request.