added README.md

This commit is contained in:
Florian Schroegendorfer 2021-12-14 20:17:35 +01:00
parent b8b681be3e
commit 74b44a4043
Signed by: root
GPG Key ID: 17625E28D4D6E339

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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.