Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pieroproietti/penguins-eggs-pkgbuilds
Personal PKGBUILDs eggs for Arch, Manjaro and, hopefully, other distros
https://github.com/pieroproietti/penguins-eggs-pkgbuilds
penguins-eggs
Last synced: 3 months ago
JSON representation
Personal PKGBUILDs eggs for Arch, Manjaro and, hopefully, other distros
- Host: GitHub
- URL: https://github.com/pieroproietti/penguins-eggs-pkgbuilds
- Owner: pieroproietti
- Created: 2023-03-25T07:29:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T11:39:42.000Z (4 months ago)
- Last Synced: 2024-09-11T09:41:35.925Z (4 months ago)
- Topics: penguins-eggs
- Language: Shell
- Homepage: https://penguins-eggs.net
- Size: 70.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eggs PKGBUILDs
# Arch (AUR)
* [calamares-eggs](./aur/calamares-eggs)
* [penguins-eggs](https://aur.archlinux.org/packages/penguins-eggs)
## # [Publish](./PUBLISH.md)# Manjaro (Community)
* [penguins-eggs](https://gitlab.manjaro.org/packages/community/penguins-eggs)# Alpine Linux aports
Creare un fork di [aports](https://gitlab.alpinelinux.org/alpine/aports) esempio: `https://gitlab.alpinelinux.org/pieroproietti/aports/`
Quindi, clonare il proprio fork:
```
git clone https://gitlab.alpinelinux.org/pieroproietti/aports/
```e crearsi direttamente un branch `mine`:
```
git branch mine
git checkout mine
```Lavorare su mine ed inserire i commit con: ```git commit testing/penguins-eggs/*```.
## primo commit
```
git checkout master
git merge --squash mine
git commit -m 'testing/penguins-eggs: new aport 10.0.31'
```## commit successivi
Creare un branch `mine` ed aggiungere solo le variazioni per penguins-eggs: `git add testing/penguins-eggs/*`.
```
git checkout master
git merge --squash mine
git commit -m 'testing/penguins-eggs: update to 10.0.31'
```## Rebuilds
Only increasing the value of pkgrel by 1.commento su master:
```
git checkout master
git merge --squash mine
git commit -m 'testing/penguins-eggs: rebuild to 10.0.31'
```Merge precedenti:
* deleted [1](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70432#note_427410)
* deleted [2](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70725)* active [3](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70933)
# Rebase
[merging vs rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)