To build this ppa I follow this assafmo guide. I was not able to include all architectures in this repository, and it is a pity, becouse can be great for i386 users. If you can help to include the i386, arm64 and armel versions in this repository, you are really welcome.
- Create an normal repository in github, like penguins-eggs-ppa
- Go to Settings, then Pages and choose main as default branch for pages
gpg --import ../piero.proietti-my-private-key.asc
gpg --armor --export [email protected] > KEY.gpg
Add the deb files in the dists
dir followed by deb architecture
dpkg-scanpackages --multiversion . > Packages
gzip -k -f Packages
apt-ftparchive release . > Release
gpg --default-key [email protected] -abs -o - Release > Release.gpg
gpg --default-key [email protected] --clearsign -o - Release > InRelease
git add -A
git commit
git push
Copy and paste in a terminal window the following two lines
curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
echo "deb [arch=$(dpkg --print-architecture)] https://pieroproietti.github.io/penguins-eggs-ppa ./" | sudo tee /etc/apt/sources.list.d/penguins-eggs.list > /dev/null
Now you can install and upgrade eggs from standard apt commands, remember
sudo apt update
There is a Penguins' eggs official book and same other documentation - mostly for developers - on penguins-eggs repo under documents.
You can contact me by mail or follow me on blog, facebook, github, jtsi, reddit, telegram, twitter.
Copyright (c) 2017, 2023 Piero Proietti, dual licensed under the MIT or GPL Version 2 licenses.
Many thanks to sunuazizrahayu for the kind cooperation in making this multi-architecture repository