Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pieroproietti/penguins-packs

Personal PKGBUILDs eggs for Arch, Manjaro and, hopefully, other distros
https://github.com/pieroproietti/penguins-packs

penguins-eggs

Last synced: 27 days ago
JSON representation

Personal PKGBUILDs eggs for Arch, Manjaro and, hopefully, other distros

Awesome Lists containing this project

README

        

# penguins-packs

This repository started as `penguins-eggs-pkgbuilds` and included package creation for Arch and Manjaro. Later the package creation for AlpineLinux was included, finally the rpm packages for AlmaLinux/Rock, fedora, Openmamba and OpenSuSE were included.

There is no need to use this repository for the creation of DEB packages, which is done directly from penguins-eggs sources, using the command: `pnpm deb`

## ALDOS (RPM)
* `cd aldos`
* `./create-struct.sh`
* `cd penguins-eggs`
* `./get-sources`
* `./build-rpm`

## AlmaLinux/RockyLinux (RPM)
* `cd rocky`
* `./create-struct.sh`
* `cd penguins-eggs`
* `./get-sources`
* `./build-rpm`

## Alpine Linux (apk)
* `cd alpine`

## ArchLinux (PKGBUILD)
* `cd aur/penguins/eggs`
* `./m`

[calamares-eggs](./aur/calamares-eggs)
* `cd aur/calamares-eggs`
* `./m`

#### Instructions
[Publish package to AUR](./PUBLISH.md), link to
[penguins-eggs on AUR](https://aur.archlinux.org/packages/penguins-eggs)

## Fedora (RPM)
* `cd fedora`
* `./create-struct.sh`
* `cd penguins-eggs`
* `./get-sources`
* `./build-rpm`

## Manjaro (PKGBUILD)
* `cd manjaro/penguins/eggs`
* `./m`

[penguins-eggs on Manjaro community](https://gitlab.manjaro.org/packages/community/penguins-eggs)

## Openmamba (RPM)
* `cd openmamba/penguins-eggs`
* `./get-sources`
* `./build-rpm`