phlo-portage/README.md
Florian Schroegendorfer 74b44a4043
added README.md
2021-12-14 20:17:35 +01:00

23 lines
693 B
Markdown

# phlo's Personal Repository
Repository (overlay) containing custom ebuilds for software not contained in Gentoo's official portage tree.
## Packages
* [app-portage/remerge](https://github.com/phlo/remerge) - a quick and dirty binary package host implementation
* [dev-cpp/stdman](https://github.com/jeaye/stdman) - C++ standard library man pages (generated from http://cppreference.com)
## Setup
Simply create a repository configuration file `/etc/portage/repos.conf/phlo.conf` containing:
```
[phlo]
location = <portdir>/phlo
sync-type = git
sync-uri = https://github.com/phlo/phlo-portage.git
auto-sync = yes
```
See https://wiki.gentoo.org/wiki//etc/portage/repos.conf for details.