Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beatussum/beatussum-overlay
Beatussum's Gentoo overlay
https://github.com/beatussum/beatussum-overlay
gentoo gentoo-overlay
Last synced: about 2 months ago
JSON representation
Beatussum's Gentoo overlay
- Host: GitHub
- URL: https://github.com/beatussum/beatussum-overlay
- Owner: beatussum
- License: gpl-3.0
- Created: 2019-06-19T10:37:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:07:17.000Z (3 months ago)
- Last Synced: 2024-11-04T10:19:33.923Z (3 months ago)
- Topics: gentoo, gentoo-overlay
- Language: Shell
- Homepage:
- Size: 780 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Beatussum's Gentoo overlay
[![License](https://img.shields.io/github/license/beatussum/join)](LICENSE)
[![GitHub Actions Workflow Status (run pkgcheck)](https://img.shields.io/github/actions/workflow/status/beatussum/beatussum-overlay/run-pkgcheck.yml?label=run%20pkgcheck)](https://github.com/beatussum/beatussum-overlay/actions/workflows/run-pkgcheck.yml/)## About this
My **Gentoo** overlay aims to provide some packages that are not (yet) in the main **Gentoo** tree.
## Add this overlay
Just use with [eselect-repository](https://wiki.gentoo.org/wiki/Eselect/Repository) as _root_:
```bash
eselect repository list
eselect repository enable beatussum-overlay
emaint sync --repo beatussum-overlay
```