Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arran4/arrans_overlay
Arrans Gentoo Overlay
https://github.com/arran4/arrans_overlay
gentoo gentoo-overlay gentoo-portage-overlay overlay portage-overlay
Last synced: about 1 month ago
JSON representation
Arrans Gentoo Overlay
- Host: GitHub
- URL: https://github.com/arran4/arrans_overlay
- Owner: arran4
- Created: 2024-05-22T05:30:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:40:24.000Z (about 2 months ago)
- Last Synced: 2024-10-25T05:17:47.059Z (about 2 months ago)
- Topics: gentoo, gentoo-overlay, gentoo-portage-overlay, overlay, portage-overlay
- Language: Shell
- Homepage: https://wiki.gentoo.org/wiki/User:Arran4
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Arran's overlay](https://github.com/arran4/arrans_overlay)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/arran4/arrans-overlay.svg)](https://img.shields.io/github/repo-size/arran4/arrans-overlay.svg)
[![gentoo overlay](https://img.shields.io/badge/gentoo-overlay-yellow)](https://github.com/gentoo-mirror/arrans-overlay)For more info on this checkout: https://wiki.gentoo.org/wiki/User:Arran4
Please leave a star to show that you're using this repo. If you possible let me know what you're using in case something
breaks: https://github.com/arran4/arrans_overlay/wiki/I'm-using-registerIssues will be read and considered.
Note: Half of the ebuilds are generated using workflows, and half of those workflows are generated using: https://github.com/arran4/arrans_overlay_workflow_builder I have tried to annotate it where.
## How to use this overlay
For automatic install, you must have [`app-eselect/eselect-repository`](https://packages.gentoo.org/packages/app-eselect/eselect-repository)
or [`app-portage/layman`](https://packages.gentoo.org/packages/app-portage/layman) installed on your system for this to work.### `eselect-repository`
```console
eselect repository enable arrans-overlay
```### `layman`
```console
layman -fa arrans-overlay
```For manual install, through [local overlay](https://wiki.gentoo.org/wiki/Creating_an_ebuild_repository), you should add this in `/etc/portage/repos.conf/arrans-overlay.conf`:
```console
[arrans-overlay]
location = /var/db/repos/arrans-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/arrans-overlay.git
```Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.
## Links
* [Merge status](https://gitweb.gentoo.org/report/repos.git/tree/arrans-overlay.txt)
* [Browse](https://gpo.zugaina.org/Overlays/arrans-overlay)
* [Upstream](https://github.com/gentoo-mirror/arrans-overlay)