commit d278c88b06047f356ae04dd055a1e1f704e752df Author: Trent Palmer Date: Mon Jan 1 23:57:28 2018 -0800 add README, metadata overlay.xml profiles diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fe2630 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## What is this? +An unofficial overlay obviously, to experiment with ebuilds. + +To manually add overlay: +``` +layman -f -a gentoo-overlay-trent -o https://raw.githubusercontent.com/TrentSPalmer/gentoo-overlay-trent/master/overlay.xml +``` +## Test drive? +[Here's a Gist](https://gist.github.com/TrentSPalmer/a929dfdb0cdb7dd946d313bde708900e) +with instructions for how to quickly spin up an nspawn container to do some test building, +if you are into that sort of thing. + +## Portage Category +the app-nvim category requires a configuration file + +```conf +# /etc/portage/categories +app-nvim +``` diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..d43e61c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = gentoo diff --git a/overlay.xml b/overlay.xml new file mode 100644 index 0000000..a5ade4f --- /dev/null +++ b/overlay.xml @@ -0,0 +1,15 @@ + + + + + gentoo-overlay-trent + ebuild practice + + + + Trent Palmer + TrentSPalmer + + https://github.com/TrentSPalmer/gentoo-overlay-trent.git + + diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..b94e870 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +gentoo-overlay-trent