Git Product home page Git Product logo

penguins-eggs-ppa's Introduction

Penguin's eggs ppa

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.

Build the repository

  • Create an normal repository in github, like penguins-eggs-ppa
  • Go to Settings, then Pages and choose main as default branch for pages

Security and list

gpg --import ../piero.proietti-my-private-key.asc 
gpg --armor --export [email protected] > KEY.gpg

Update debs

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

Usage of the repository

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

More informations

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 and licenses

Copyright (c) 2017, 2023 Piero Proietti, dual licensed under the MIT or GPL Version 2 licenses.

Acknowledgements

Many thanks to sunuazizrahayu for the kind cooperation in making this multi-architecture repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.