Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsedin/gentoo-repo
My gentoo ebuilds
https://github.com/bsedin/gentoo-repo
ebuild-repository ebuilds gentoo gentoo-overlay repository
Last synced: 18 days ago
JSON representation
My gentoo ebuilds
- Host: GitHub
- URL: https://github.com/bsedin/gentoo-repo
- Owner: bsedin
- Created: 2019-09-24T20:02:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T18:43:36.000Z (4 months ago)
- Last Synced: 2024-08-30T12:04:36.652Z (4 months ago)
- Topics: ebuild-repository, ebuilds, gentoo, gentoo-overlay, repository
- Language: Shell
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use this gentoo repository
[Local overlays](https://wiki.gentoo.org/wiki/Overlay/Local_overlay) should be managed via `/etc/portage/repos.conf/`.
To enable this overlay create a `/etc/portage/repos.conf/kressh.conf` file:```
[kressh]
location = /var/db/repos/kressh
sync-type = git
sync-uri = https://github.com/kressh/gentoo-repo.git
```Afterwards, simply run `emerge --sync kressh`, and Portage should seamlessly make all our ebuilds available.