Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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, ...
- Host: GitHub
- URL: https://github.com/iomonad/iomonad-overlay
- Owner: iomonad
- Created: 2018-02-27T09:30:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T14:12:45.000Z (about 1 year ago)
- Last Synced: 2025-01-01T22:39:59.969Z (7 days ago)
- Topics: gentoo, gentoo-portage-overlay, iomonad
- Homepage: https://trosa.io
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Iomonad's Gentoo Overlay
> 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
```