Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiven-saini/pithuu-repo
Custom User repository for hosting pithuuOS related packages and tools. You can add it in your pacman.conf if required.
https://github.com/shiven-saini/pithuu-repo
archlinux bash gnome kde linux operating-system pithuu repository
Last synced: about 2 months ago
JSON representation
Custom User repository for hosting pithuuOS related packages and tools. You can add it in your pacman.conf if required.
- Host: GitHub
- URL: https://github.com/shiven-saini/pithuu-repo
- Owner: Shiven-saini
- License: apache-2.0
- Created: 2023-12-04T09:03:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T08:32:13.000Z (about 1 year ago)
- Last Synced: 2024-10-25T09:24:32.241Z (3 months ago)
- Topics: archlinux, bash, gnome, kde, linux, operating-system, pithuu, repository
- Language: Shell
- Homepage:
- Size: 7.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom PithuuOS-Repository
Custom User repository for hosting pithuuOS related packages and tools. You can add it in your pacman.conf if required.
---
## Get started :-To add this repo in your own Arch like distribution,
1. Open pacman.conf file : `# vim /etc/pacman.conf` or `# nano /etc/pacman.conf`
2. **Append the repository list** with the the following lines :-
```bash
[pithuu-repo]
SigLevel = Optional DatabaseOptional
Server = https://raw.githubusercontent.com/shiven-saini/$repo/main/$arch
```Since, right now only **x86_64 architecture** is supported. Edit the last line as per following :
`Server = https://raw.githubusercontent.com/shiven-saini/$repo/main/x86_64`3. Refresh the pacman mirrorlist => `# pacman -Syy`
4. In case of package conflicts => `# pacman -S pithuu-repo/$PKG_NAME`
---
## Contribution :-### For collaborators =>
To contribute your custom packages, package the code files as per official Guidelines [here](https://wiki.archlinux.org/title/PKGBUILD)
1. Fetch the latest changes from repository :- `git pull origin main`
2. Add mandatory `PKGBUILD` & `.SRCINFO` files.
3. Remove already existing .db & .file
4. Build repository files : `repo-add pithuu-repo.db.tar.gz *.pkg.tar.zst`
5. Get rid of recently generated symlinks & rename the *pithuu-repo.tar.gz* to .db & .file eachFor barebone config files, checkout `Template` folder contents.
### For non-collaborators =>
[![](https://img.shields.io/discord/1177236605115842580?style=for-the-badge&logo=Discord&logoColor=FFFFFF&label=PithuuOS%20Server)](https://discord.gg/uTyyMuQh)
Join the **Discord server** and let us know about your cool ideas!