Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iomonad/iomonad-overlay

Overlay for Gentoo, and portage based systems - Aarch64 Stuff, Raspberry PI packages, X11 gadget, ...
https://github.com/iomonad/iomonad-overlay

gentoo gentoo-portage-overlay iomonad

Last synced: 1 day ago
JSON representation

Overlay for Gentoo, and portage based systems - Aarch64 Stuff, Raspberry PI packages, X11 gadget, ...

Awesome Lists containing this project

README

        

Iomonad's Gentoo Overlay




Normalize Logo

> My overlay for custom packages

## Building Manifests

```bash
sudo pkgdev manifest
pkgcheck scan
```

## Install the repository

```bash
cat < /etc/portage/repos.conf/iomonad.conf
[iomonad-overlay]
auto-sync = yes
location = /usr/local/portage/overlays/iomonad
sync-type = git
sync-uri = https://github.com/iomonad/iomonad-overlay.git
EOF
```