https://github.com/bor/gentoo-overlay
some ebuilds for Gentoo
https://github.com/bor/gentoo-overlay
Last synced: 2 months ago
JSON representation
some ebuilds for Gentoo
- Host: GitHub
- URL: https://github.com/bor/gentoo-overlay
- Owner: bor
- Created: 2010-04-16T19:22:01.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T16:35:22.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:15:35.490Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 281 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here you can find some ebuilds for Gentoo Linux.
## USAGE
For `>=sys-apps/portage-2.2.16` users is possible to add a custom repository.
For example:
```
$ cat > /etc/portage/repos.conf/bor.conf
[bor]
priority = 51
location = /usr/local/portage
sync-type = git
sync-uri = ssh://[email protected]:bor/gentoo-overlay.git
Ctrl-D
```See (https://wiki.gentoo.org/wiki/Project:Portage/Sync) for detailed instructions.